Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp266 struct Elf_Ehdr { struct in __anon198eba5b0611::ELFObjectFile
267 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes
268 Elf_Half e_type; // Type of file (see ET_*)
269 Elf_Half e_machine; // Required architecture for this file (see EM_*)
270 Elf_Word e_version; // Must be equal to 1
271 Elf_Addr e_entry; // Address to jump to in order to start program
272 Elf_Off e_phoff; // Program header table's file offset, in bytes
273 Elf_Off e_shoff; // Section header table's file offset, in bytes
274 Elf_Word e_flags; // Processor-specific flags
275 Elf_Half e_ehsize; // Size of ELF header, in bytes
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h195 using Elf_Ehdr = typename ELFT::Ehdr; variable
630 using Elf_Ehdr = typename ELFT::Ehdr; variable
/external/compiler-rt/lib/cfi/
Dcfi.cc21 typedef ElfW(Ehdr) Elf_Ehdr; typedef
/external/llvm/include/llvm/Object/
DELF.h43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef
DELFObjectFile.h196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in __anon210407000311::ELFState
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h57 using Elf_Ehdr = typename ELFT::Ehdr; variable
DELFObjectFile.h216 using Elf_Ehdr = typename ELFT::Ehdr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp111 typedef typename ELFT::Ehdr Elf_Ehdr; typedef in __anona1a9d3580311::ELFState
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc872 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp66 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon93dcc9140111::DyldELFObject
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon49db9fbc0111::DyldELFObject
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; typedef in __anon79be9f670111::ELFDumper