Searched refs:SecIndices (Results 1 – 1 of 1) sorted by relevance
106 std::map<unsigned, bool> SecIndices; in getSectionRefsByNameOrIndex() local110 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()121 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()122 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()124 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()135 for (std::pair<unsigned, bool> S : SecIndices) in getSectionRefsByNameOrIndex()