Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp425 vector<string> csSymNames; in readCodeSections() local
426 ret = getSectionSymNames(elfFile, oldName, csSymNames); in readCodeSections()
427 if (ret || !csSymNames.size()) return ret; in readCodeSections()
429 if (!progDefNames[i].compare(csSymNames[0] + "_def")) { in readCodeSections()