Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp378 printSymbolVersionDefinition(const typename ELFT::Shdr & Shdr,ArrayRef<uint8_t> Contents,StringRef StrTab) printSymbolVersionDefinition() argument
414 for (const typename ELFT::Shdr &Shdr : Sections) { printSymbolVersion() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h59 using Shdr = Elf_Shdr_Impl<ELFType<E, Is64>>; global() member
H A DELF.h381 notes_begin(const Elf_Shdr & Shdr,Error & Err) notes_begin() argument
425 notes(const Elf_Shdr & Shdr,Error & Err) notes() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp70 Elf_Shdr &Shdr = *reinterpret_cast<Elf_Shdr *>(B); writeShdr() local
1537 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index); initSymbolTable() local
1676 makeSection(const Elf_Shdr & Shdr) makeSection() argument
1855 const typename ELFFile<ELFT>::Elf_Shdr *Shdr = readSections() local
2048 Elf_Shdr &Shdr = writeShdrs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp78 Elf_Shdr Shdr; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1043 for (const typename ELFO::Elf_Shdr &Shdr : cantFail(Obj.sections())) findNotEmptySectionByAddress() local
2322 for (const Elf_Shdr &Shdr : cantFail(Obj.sections())) { findSectionByName() local
6251 for (const Elf_Shdr &Shdr : cantFail(Obj.sections())) { printDependentLibsHelper() local
6390 __anon84b87b4e2a02(const Elf_Shdr &Shdr) printDependentLibs() argument
7846 for (const Elf_Shdr &Shdr : cantFail(this->Obj.sections())) { printELFLinkerOptions() local
[all...]