Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp266 struct Elf_Ehdr { struct in __anonb69d08910611::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/syslinux/efi/
Dwrapper.c28 typedef Elf32_Ehdr Elf_Ehdr; typedef
31 typedef Elf64_Ehdr Elf_Ehdr; typedef
/external/syslinux/com32/include/sys/i386/
Dmodule.h30 typedef Elf32_Ehdr Elf_Ehdr; typedef
/external/syslinux/com32/include/sys/x86_64/
Dmodule.h30 typedef Elf64_Ehdr Elf_Ehdr; typedef
/external/syslinux/gpxe/src/image/
Delf.c38 typedef Elf32_Ehdr Elf_Ehdr; typedef
/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 __anon122924760311::ELFState
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc872 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion() typedef
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon1b74e8720111::DyldELFObject
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; typedef in __anona2de969d0111::ELFDumper