Searched refs:progDefNames (Results 1 – 1 of 1) sorted by relevance
344 vector<string> progDefNames; in readCodeSections() local345 ret = getSectionSymNames(elfFile, "progs", progDefNames); in readCodeSections()370 for (size_t i = 0; i < progDefNames.size(); ++i) { in readCodeSections()371 if (!progDefNames[i].compare(csSymNames[0] + "_def")) { in readCodeSections()