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