Home
last modified time | relevance | path

Searched refs:SectionNames (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp67 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()
H A DObject.cpp1264 Obj->SectionNames = &StrTab; in addStrTab()
1818 Obj.SectionNames = *Sec; in readSections()
2026 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
2029 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2060 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2061 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2123 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2124 SectionNames = nullptr; in removeSections()
2179 if (SectionNames != &Sec) in addNewSymbolTable()
2439 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()
[all …]
H A DObject.h1053 StringTableSection *SectionNames = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp395 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
396 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
H A DDWARFContext.cpp1510 std::vector<SectionName> SectionNames; member in __anona8a913f90f11::DWARFObjInMemory
1669 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1844 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1861 return SectionNames; in getSectionNames()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp33 std::vector<std::string> SectionNames; member in __anona642e3200111::ELFDumper
120 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
121 return SectionNames[SecIndex]; in getUniquedSectionName()
133 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
290 SectionNames.resize(Sections.size()); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp547 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
550 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