Searched refs:progDefNames (Results 1 – 1 of 1) sorted by relevance
398 vector<string> progDefNames; in readCodeSections() local399 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()