Searched refs:SecIndices (Results 1 – 1 of 1) sorted by relevance
60 std::map<unsigned, bool> SecIndices; in getSectionRefsByNameOrIndex() local64 SecIndices.emplace(SecIndex, false); in getSectionRefsByNameOrIndex()75 auto IndexIt = SecIndices.find(SecIndex); in getSectionRefsByNameOrIndex()76 if (IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()78 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()89 for (std::pair<unsigned, bool> S : SecIndices) in getSectionRefsByNameOrIndex()