Searched refs:loadables (Results 1 – 3 of 3) sorted by relevance
675 std::vector<LoadableData> loadables; in GetLoadableData() local678 return loadables; in GetLoadableData()694 loadables.push_back(loadable); in GetLoadableData()696 return loadables; in GetLoadableData()
3790 std::vector<LoadableData> loadables; in GetLoadableData() local3804 loadables.push_back(loadable); in GetLoadableData()3806 return loadables; in GetLoadableData()
3054 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local3056 if (loadables.size() == 0) { in DoExecute()3060 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()