Searched refs:SectionNames (Results 1 – 9 of 9) sorted by relevance
57 static constexpr StringLiteral SectionNames[SectionKindsNum] = { variable68 return SectionNames[static_cast<uint8_t>(SectionKind)]; in getSectionName()
94 static constexpr const char *SectionNames[] = { in hashGlobalVariable() local100 for (const char *Name : SectionNames) in hashGlobalVariable()
1285 Obj->SectionNames = &StrTab; in addStrTab()1847 Obj.SectionNames = *Sec; in readSections()2064 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()2067 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()2098 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()2099 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()2221 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()2222 SectionNames = nullptr; in removeSections()2301 if (SectionNames != &Sec) in addNewSymbolTable()2568 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()[all …]
59 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()439 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()467 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()476 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()515 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
1199 StringTableSection *SectionNames = nullptr; variable
372 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local373 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
1987 std::vector<SectionName> SectionNames; member in __anonfc0a132e1211::DWARFObjInMemory2148 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()2317 for (SectionName &S : SectionNames) in DWARFObjInMemory()2334 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
1315 DenseMap<StringRef, SectionRef> &SectionNames, in addPltEntries() argument1327 AllSymbols[SectionNames[Plt.Section]].emplace_back( in addPltEntries()1824 auto SectionNames = getSectionNames(Obj); in disassembleObject() local1826 auto PltSectionRef = SectionNames.find(".plt"); in disassembleObject()1827 if (PltSectionRef != SectionNames.end()) { in disassembleObject()1849 addPltEntries(*PltTarget->SubtargetInfo, Obj, SectionNames, AllSymbols, in disassembleObject()