Searched refs:SectionNames (Results 1 – 6 of 6) 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()
1268 Obj->SectionNames = &StrTab; in addStrTab()1823 Obj.SectionNames = *Sec; in readSections()2031 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()2034 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2065 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2066 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2128 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2129 SectionNames = nullptr; in removeSections()2184 if (SectionNames != &Sec) in addNewSymbolTable()2505 if (Obj.SectionNames != nullptr) in finalize()[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 __anond6a2cae20f11::DWARFObjInMemory1669 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()1845 for (SectionName &S : SectionNames) in DWARFObjInMemory()1862 return SectionNames; in getSectionNames()
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