Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp800 Obj->SectionNames = &StrTab; in addStrTab()
1180 Obj.SectionNames = in build()
1273 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
1304 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
1305 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
1335 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
1336 SectionNames = nullptr; in removeSections()
1547 if (Obj.SectionNames != nullptr) in finalize()
1549 Obj.SectionNames->addString(Section.Name); in finalize()
1573 if (Obj.SectionNames != nullptr) in finalize()
[all …]
H A DELFObjcopy.cpp67 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
372 if (&Sec == Obj.SectionNames) in handleArgs()
400 if (&Sec == Obj.SectionNames) in handleArgs()
409 if (&Sec == Obj.SectionNames) in handleArgs()
428 if (Obj.SectionNames == &Sec) in handleArgs()
H A DObject.h795 StringTableSection *SectionNames = nullptr; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp347 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
348 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
H A DDWARFDie.cpp65 ArrayRef<SectionName> SectionNames; in dumpRanges() local
67 SectionNames = Obj.getSectionNames(); in dumpRanges()
H A DDWARFContext.cpp1243 std::vector<SectionName> SectionNames; member in __anonf3f23cd30d11::DWARFObjInMemory
1390 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1529 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1546 return SectionNames; in getSectionNames()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp513 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
516 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()
517 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
533 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument