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