Searched refs:loadables (Results 1 – 3 of 3) sorted by relevance
656 std::vector<LoadableData> loadables; in GetLoadableData() local659 return loadables; in GetLoadableData()676 loadables.push_back(loadable); in GetLoadableData()678 return loadables; in GetLoadableData()
3463 std::vector<LoadableData> loadables; in GetLoadableData() local3477 loadables.push_back(loadable); in GetLoadableData()3479 return loadables; in GetLoadableData()
2867 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local2869 if (loadables.size() == 0) { in DoExecute()2873 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()