Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance
65 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()396 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()424 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()433 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()470 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
1220 Obj->SectionNames = &StrTab; in addStrTab()1778 Obj.SectionNames = *Sec; in readSections()1986 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()1989 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2020 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2021 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2125 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2126 SectionNames = nullptr; in removeSections()2205 if (SectionNames != &Sec) in addNewSymbolTable()2532 if (Obj.SectionNames != nullptr) in finalize()[all …]
1056 StringTableSection *SectionNames = nullptr; variable
398 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local399 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1541 std::vector<SectionName> SectionNames; member in __anon445fd25e0f11::DWARFObjInMemory1702 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()1875 for (SectionName &S : SectionNames) in DWARFObjInMemory()1892 return SectionNames; in getSectionNames()
34 std::vector<std::string> SectionNames; member in __anonc565f3e50111::ELFDumper122 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()123 return SectionNames[SecIndex]; in getUniquedSectionName()135 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()293 SectionNames.resize(Sections.size()); in dump()
430 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument433 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()434 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()450 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument