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()
1256 Obj->SectionNames = &StrTab; in addStrTab()1818 Obj.SectionNames = *Sec; in readSections()2028 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()2031 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2062 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2063 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2167 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2168 SectionNames = nullptr; in removeSections()2247 if (SectionNames != &Sec) in addNewSymbolTable()2580 if (Obj.SectionNames != nullptr) in finalize()[all …]
64 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()412 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()440 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()449 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()486 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
1069 StringTableSection *SectionNames = nullptr; variable
372 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local373 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1985 std::vector<SectionName> SectionNames; member in __anonafd15ee41111::DWARFObjInMemory2146 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()2315 for (SectionName &S : SectionNames) in DWARFObjInMemory()2332 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