Home
last modified time | relevance | path

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

/system/bpf/loader/
DLoader.cpp398 vector<string> progDefNames; in readCodeSections() local
399 ret = getSectionSymNames(elfFile, "progs", progDefNames); in readCodeSections()
434 for (size_t j = 0; j < progDefNames.size(); ++j) { in readCodeSections()
435 if (!progDefNames[j].compare(csSymNames[0] + "_def")) { in readCodeSections()