Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance
67 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()368 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()396 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()405 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()442 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
1264 Obj->SectionNames = &StrTab; in addStrTab()1818 Obj.SectionNames = *Sec; in readSections()2026 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()2029 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2060 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2061 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2123 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2124 SectionNames = nullptr; in removeSections()2179 if (SectionNames != &Sec) in addNewSymbolTable()2439 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()[all …]
1053 StringTableSection *SectionNames = nullptr; variable
395 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local396 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1510 std::vector<SectionName> SectionNames; member in __anona8a913f90f11::DWARFObjInMemory1669 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()1844 for (SectionName &S : SectionNames) in DWARFObjInMemory()1861 return SectionNames; in getSectionNames()
33 std::vector<std::string> SectionNames; member in __anona642e3200111::ELFDumper120 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()121 return SectionNames[SecIndex]; in getUniquedSectionName()133 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()290 SectionNames.resize(Sections.size()); in dump()
547 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument550 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()551 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()567 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument