Home
last modified time | relevance | path

Searched refs:getSectionSymNames (Results 1 – 1 of 1) sorted by relevance

/system/bpf/libbpf_android/
DLoader.cpp290 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()