Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp558 dumpPlaceholderSection(const Elf_Shdr * Shdr) dumpPlaceholderSection() argument
732 const Elf_Shdr *Shdr = *ShdrOrErr; dumpSymbol() local
779 dumpCommonSection(const Elf_Shdr * Shdr,ELFYAML::Section & S) dumpCommonSection() argument
820 dumpCommonRelocationSection(const Elf_Shdr * Shdr,ELFYAML::RelocationSection & S) dumpCommonRelocationSection() argument
843 dumpStackSizesSection(const Elf_Shdr * Shdr) dumpStackSizesSection() argument
876 dumpBBAddrMapSection(const Elf_Shdr * Shdr) dumpBBAddrMapSection() argument
993 dumpAddrsigSection(const Elf_Shdr * Shdr) dumpAddrsigSection() argument
1034 dumpLinkerOptionsSection(const Elf_Shdr * Shdr) dumpLinkerOptionsSection() argument
1065 dumpDependentLibrariesSection(const Elf_Shdr * Shdr) dumpDependentLibrariesSection() argument
1092 dumpCallGraphProfileSection(const Elf_Shdr * Shdr) dumpCallGraphProfileSection() argument
1138 dumpDynamicSection(const Elf_Shdr * Shdr) dumpDynamicSection() argument
1156 dumpRelocSection(const Elf_Shdr * Shdr) dumpRelocSection() argument
1196 dumpRelrSection(const Elf_Shdr * Shdr) dumpRelrSection() argument
1220 dumpContentSection(const Elf_Shdr * Shdr) dumpContentSection() argument
1244 dumpSymtabShndxSection(const Elf_Shdr * Shdr) dumpSymtabShndxSection() argument
1261 dumpNoBitsSection(const Elf_Shdr * Shdr) dumpNoBitsSection() argument
1272 dumpNoteSection(const Elf_Shdr * Shdr) dumpNoteSection() argument
1309 dumpHashSection(const Elf_Shdr * Shdr) dumpHashSection() argument
1350 dumpGnuHashSection(const Elf_Shdr * Shdr) dumpGnuHashSection() argument
1401 dumpVerdefSection(const Elf_Shdr * Shdr) dumpVerdefSection() argument
1460 dumpSymverSection(const Elf_Shdr * Shdr) dumpSymverSection() argument
1478 dumpVerneedSection(const Elf_Shdr * Shdr) dumpVerneedSection() argument
1553 dumpGroupSection(const Elf_Shdr * Shdr) dumpGroupSection() argument
1588 dumpARMIndexTableSection(const Elf_Shdr * Shdr) dumpARMIndexTableSection() argument
1615 dumpMipsABIFlags(const Elf_Shdr * Shdr) dumpMipsABIFlags() argument
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp383 printSymbolVersionDefinition(const typename ELFT::Shdr & Shdr,ArrayRef<uint8_t> Contents,StringRef StrTab) printSymbolVersionDefinition() argument
419 for (const typename ELFT::Shdr &Shdr : Sections) { printSymbolVersion() local
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h60 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; member
H A DELF.h429 notes_begin(const Elf_Shdr & Shdr,Error & Err) notes_begin() argument
473 notes(const Elf_Shdr & Shdr,Error & Err) notes() argument
[all...]
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp72 Shdr.sh_flags = Sec.Flags; in writeShdr() local
1568 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index); initSymbolTable() local
1707 makeSection(const Elf_Shdr & Shdr) makeSection() argument
1887 const typename ELFFile<ELFT>::Elf_Shdr *Shdr = readSections() local
2087 Elf_Shdr &Shdr = writeShdrs() local
[all...]
/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp78 Elf_Shdr Shdr; member
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1058 for (const typename ELFO::Elf_Shdr &Shdr : cantFail(Obj.sections())) in findNotEmptySectionByAddress() local
2294 for (const Elf_Shdr &Shdr : cantFail(Obj.sections())) { findSectionByName() local
6393 for (const Elf_Shdr &Shdr : cantFail(Obj.sections())) { printDependentLibsHelper() local
6537 __anon3d1ec8af2e02(const Elf_Shdr &Shdr) printDependentLibs() argument
8087 for (const Elf_Shdr &Shdr : cantFail(this->Obj.sections())) { printELFLinkerOptions() local
[all...]
/llvm-project/bolt/runtime/
H A Dinstr.cpp741 Elf64_Shdr *Shdr = reinterpret_cast<Elf64_Shdr *>(BinContents + Hdr->e_shoff); in readDescriptions() local