Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance
56 static constexpr StringLiteral SectionNames[SectionKindsNum] = { variable67 return SectionNames[static_cast<uint8_t>(SectionKind)]; in getSectionName()
1288 Obj->SectionNames = &StrTab; in addStrTab()1850 Obj.SectionNames = *Sec; in readSections()2067 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()2070 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2101 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2102 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2215 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2216 SectionNames = nullptr; in removeSections()2295 if (SectionNames != &Sec) in addNewSymbolTable()2562 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()[all …]
64 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()444 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()472 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()481 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()520 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
1193 StringTableSection *SectionNames = nullptr; variable
372 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local373 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1987 std::vector<SectionName> SectionNames; member in __anonfc0a132e1211::DWARFObjInMemory2148 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()2317 for (SectionName &S : SectionNames) in DWARFObjInMemory()2334 return SectionNames; in getSectionNames()
431 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument434 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()435 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()451 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument