/external/syslinux/com32/lib/sys/module/ |
D | elfutils.h | 12 static inline Elf_Ehdr *elf_get_header(void *elf_image) { in elf_get_header() 13 return (Elf_Ehdr*)elf_image; in elf_get_header() 21 Elf_Ehdr *elf_hdr = elf_get_header(elf_image); in elf_get_pht() 34 Elf_Ehdr *elf_hdr = elf_get_header(elf_image); in elf_get_ph()
|
D | elf_module.c | 23 static int check_header(Elf_Ehdr *elf_hdr) { in check_header() 50 extern int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr); 185 Elf_Ehdr elf_hdr; in module_load() 206 CHECKED(res, image_read(&elf_hdr, sizeof(Elf_Ehdr), module), error); in module_load()
|
D | common.h | 47 extern void print_elf_ehdr(Elf_Ehdr *ehdr); 64 extern int check_header_common(Elf_Ehdr *elf_hdr);
|
D | common.c | 26 void print_elf_ehdr(Elf_Ehdr *ehdr) { in print_elf_ehdr() 222 int check_header_common(Elf_Ehdr *elf_hdr) { in check_header_common()
|
/external/syslinux/gpxe/src/image/ |
D | elf.c | 38 typedef Elf32_Ehdr Elf_Ehdr; typedef 51 Elf_Ehdr *ehdr ) { in elf_load_segment() 122 Elf_Ehdr ehdr; in elf_load()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in __anon122924760311::ELFState 120 void initELFHeader(Elf_Ehdr &Header); 159 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) { in initELFHeader() 177 Header.e_ehsize = sizeof(Elf_Ehdr); in initELFHeader() 508 Elf_Ehdr Header; in writeELF()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef 74 const Elf_Ehdr *Header; 194 const Elf_Ehdr *getHeader() const { return Header; } in getHeader() 340 if (sizeof(Elf_Ehdr) > FileSize) { in ELFFile() 346 Header = reinterpret_cast<const Elf_Ehdr *>(base()); in ELFFile()
|
D | ELFObjectFile.h | 196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef 390 const Elf_Ehdr *Header = EF.getHeader(); in getSymbolValueImpl() 411 const Elf_Ehdr *Header = EF.getHeader(); in getSymbolAddress()
|
/external/syslinux/com32/include/sys/i386/ |
D | module.h | 30 typedef Elf32_Ehdr Elf_Ehdr; typedef
|
/external/syslinux/com32/include/sys/x86_64/ |
D | module.h | 30 typedef Elf64_Ehdr Elf_Ehdr; typedef
|
/external/syslinux/efi/ |
D | wrapper.c | 28 typedef Elf32_Ehdr Elf_Ehdr; typedef 31 typedef Elf64_Ehdr Elf_Ehdr; typedef
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 29 int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr) { in load_segments()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 29 int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr) { in load_segments()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 872 typedef ElfW(Ehdr) Elf_Ehdr; in ForEachMappedRegion() typedef 875 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; in ForEachMappedRegion()
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 21 typedef ElfW(Ehdr) Elf_Ehdr; typedef
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 266 struct Elf_Ehdr { struct in __anonb69d08910611::ELFObjectFile 293 const Elf_Ehdr *Header; 1088 Header = reinterpret_cast<const Elf_Ehdr *>(base()); in ELFObjectFile()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 62 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; \ 145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; typedef in __anona2de969d0111::ELFDumper 2372 const Elf_Ehdr *e = Obj->getHeader(); in printFileHeaders() 2899 const Elf_Ehdr *Header = Obj->getHeader(); in printProgramHeaders() 3164 const Elf_Ehdr *e = Obj->getHeader(); in printFileHeaders()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anon1b74e8720111::DyldELFObject
|