Searched refs:loadables (Results 1 – 3 of 3) sorted by relevance
621 std::vector<LoadableData> loadables; in GetLoadableData() local624 return loadables; in GetLoadableData()641 loadables.push_back(loadable); in GetLoadableData()643 return loadables; in GetLoadableData()
3412 std::vector<LoadableData> loadables; in GetLoadableData() local3426 loadables.push_back(loadable); in GetLoadableData()3428 return loadables; in GetLoadableData()
2755 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local2757 if (loadables.size() == 0) { in DoExecute()2761 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()