Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp537 vector<string> progDefNames; in readCodeSections() local
538 ret = getSectionSymNames(elfFile, "progs", progDefNames); in readCodeSections()
576 for (size_t i = 0; i < progDefNames.size(); ++i) { in readCodeSections()
577 if (!progDefNames[i].compare(csSymNames[0] + "_def")) { in readCodeSections()