Searched refs:special_section (Results 1 – 1 of 1) sorted by relevance
162 for (auto& special_section : kSpecialSections) { in IdentifyUnknownSectionInternal() local163 if (name_vec == special_section.first) return special_section.second; in IdentifyUnknownSectionInternal()