Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance
64 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()395 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()423 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()432 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()469 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
1241 Obj->SectionNames = &StrTab; in addStrTab()1799 Obj.SectionNames = *Sec; in readSections()2008 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()2011 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2042 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2043 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2147 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2148 SectionNames = nullptr; in removeSections()2227 if (SectionNames != &Sec) in addNewSymbolTable()2554 if (Obj.SectionNames != nullptr) in finalize()[all …]
1060 StringTableSection *SectionNames = nullptr; variable
397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local398 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1609 std::vector<SectionName> SectionNames; member in __anonda3bf7bb1011::DWARFObjInMemory1770 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()1943 for (SectionName &S : SectionNames) in DWARFObjInMemory()1960 return SectionNames; in getSectionNames()
35 std::vector<std::string> SectionNames; member in __anon1a94f4a20111::ELFDumper123 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()124 return SectionNames[SecIndex]; in getUniquedSectionName()136 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