Home
last modified time | relevance | path

Searched defs:Shdr (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp519 ELFDumper<ELFT>::dumpPlaceholderSection(const Elf_Shdr *Shdr) { in dumpPlaceholderSection()
692 const Elf_Shdr *Shdr = *ShdrOrErr; in dumpSymbol() local
739 Error ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
780 const Elf_Shdr *Shdr, ELFYAML::RelocationSection &S) { in dumpCommonRelocationSection()
803 ELFDumper<ELFT>::dumpStackSizesSection(const Elf_Shdr *Shdr) { in dumpStackSizesSection()
836 ELFDumper<ELFT>::dumpBBAddrMapSection(const Elf_Shdr *Shdr) { in dumpBBAddrMapSection()
880 ELFDumper<ELFT>::dumpAddrsigSection(const Elf_Shdr *Shdr) { in dumpAddrsigSection()
921 ELFDumper<ELFT>::dumpLinkerOptionsSection(const Elf_Shdr *Shdr) { in dumpLinkerOptionsSection()
952 ELFDumper<ELFT>::dumpDependentLibrariesSection(const Elf_Shdr *Shdr) { in dumpDependentLibrariesSection()
979 ELFDumper<ELFT>::dumpCallGraphProfileSection(const Elf_Shdr *Shdr) { in dumpCallGraphProfileSection()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp306 static void printSymbolVersionDefinition(const typename ELFT::Shdr &Shdr, in printSymbolVersionDefinition()
342 for (const typename ELFT::Shdr &Shdr : Sections) { in printSymbolVersionInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h59 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; member
H A DELF.h329 Elf_Note_Iterator notes_begin(const Elf_Shdr &Shdr, Error &Err) const { in notes_begin()
365 iterator_range<Elf_Note_Iterator> notes(const Elf_Shdr &Shdr, in notes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp72 Elf_Shdr &Shdr = *reinterpret_cast<Elf_Shdr *>(B); in writeShdr() local
1533 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index); in initSymbolTable() local
1672 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection()
1855 const typename ELFFile<ELFT>::Elf_Shdr *Shdr = in readSections() local
2046 Elf_Shdr &Shdr = in writeShdrs() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h295 typedef elfcpp::Shdr<size, big_endian> Shdr; typedef
H A Dobject.h2637 typedef elfcpp::Shdr<size, big_endian> Shdr; typedef
H A Dincremental.cc529 typedef elfcpp::Shdr<size, big_endian> Shdr; in do_init_layout() typedef
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h295 typedef elfcpp::Shdr<size, big_endian> Shdr; typedef
H A Dobject.h2637 typedef elfcpp::Shdr<size, big_endian> Shdr; typedef
H A Dincremental.cc529 typedef elfcpp::Shdr<size, big_endian> Shdr; in do_init_layout() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp79 Elf_Shdr Shdr; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp944 for (const typename ELFO::Elf_Shdr &Shdr : cantFail(Obj.sections())) in findNotEmptySectionByAddress() local
2125 for (const Elf_Shdr &Shdr : cantFail(Obj.sections())) { in findSectionByName() local
5556 for (const Elf_Shdr &Shdr : cantFail(Obj.sections())) { in printDependentLibsHelper() local
5689 auto OnSectionStart = [&](const Elf_Shdr &Shdr) { in printDependentLibs()
6870 for (const Elf_Shdr &Shdr : cantFail(this->Obj.sections())) { in printELFLinkerOptions() local