Searched refs:loadables (Results 1 – 3 of 3) sorted by relevance
637 std::vector<LoadableData> loadables; in GetLoadableData() local640 return loadables; in GetLoadableData()657 loadables.push_back(loadable); in GetLoadableData()659 return loadables; in GetLoadableData()
3682 std::vector<LoadableData> loadables; in GetLoadableData() local3696 loadables.push_back(loadable); in GetLoadableData()3698 return loadables; in GetLoadableData()
3026 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local3028 if (loadables.size() == 0) { in DoExecute()3032 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()