Searched refs:getSectionSymNames (Results 1 – 1 of 1) sorted by relevance
/system/bpf/libbpf_android/ |
D | Loader.cpp | 290 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names) { in getSectionSymNames() function 345 ret = getSectionSymNames(elfFile, "progs", progDefNames); in readCodeSections() 368 ret = getSectionSymNames(elfFile, oldName, csSymNames); in readCodeSections() 423 ret = getSectionSymNames(elfFile, "maps", mapNames); in createMaps() 509 int ret = getSectionSymNames(elfFile, "maps", mapNames); in applyMapRelo()
|