Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp345 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names) { in getSectionSymNames() function
400 ret = getSectionSymNames(elfFile, "progs", progDefNames); in readCodeSections()
426 ret = getSectionSymNames(elfFile, oldName, csSymNames); in readCodeSections()
503 ret = getSectionSymNames(elfFile, "maps", mapNames); in createMaps()
642 int ret = getSectionSymNames(elfFile, "maps", mapNames); in applyMapRelo()