Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netbpfload/
Dloader.cpp519 vector<string> csSymNames; in readCodeSections() local
520 ret = getSectionSymNames(elfFile, oldName, csSymNames, STT_FUNC); in readCodeSections()
521 if (ret || !csSymNames.size()) return ret; in readCodeSections()
523 if (!progDefNames[i].compare(csSymNames[0] + "_def")) { in readCodeSections()