Searched refs:csSymNames (Results 1 – 1 of 1) sorted by relevance
367 vector<string> csSymNames; in readCodeSections() local368 ret = getSectionSymNames(elfFile, oldName, csSymNames); in readCodeSections()369 if (ret || !csSymNames.size()) return ret; in readCodeSections()371 if (!progDefNames[i].compare(csSymNames[0] + "_def")) { in readCodeSections()