Searched refs:loadables (Results 1 – 3 of 3) sorted by relevance
626 std::vector<LoadableData> loadables; in GetLoadableData() local629 return loadables; in GetLoadableData()646 loadables.push_back(loadable); in GetLoadableData()648 return loadables; in GetLoadableData()
3483 std::vector<LoadableData> loadables; in GetLoadableData() local3497 loadables.push_back(loadable); in GetLoadableData()3499 return loadables; in GetLoadableData()
2813 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local2815 if (loadables.size() == 0) { in DoExecute()2819 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()