Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netbpfload/
Dloader.cpp431 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names, in getSectionSymNames() function
489 ret = getSectionSymNames(elfFile, "progs", progDefNames); in readCodeSections()
520 ret = getSectionSymNames(elfFile, oldName, csSymNames, STT_FUNC); in readCodeSections()
653 ret = getSectionSymNames(elfFile, "maps", mapNames); in createMaps()
893 int ret = getSectionSymNames(elfFile, "maps", mapNames); in applyMapRelo()