Searched refs:Elf_Ehdr (Results 1 - 18 of 18) sorted by relevance

/external/syslinux/com32/lib/sys/module/
H A Delfutils.h12 static inline Elf_Ehdr *elf_get_header(void *elf_image) {
13 return (Elf_Ehdr*)elf_image;
21 Elf_Ehdr *elf_hdr = elf_get_header(elf_image);
34 Elf_Ehdr *elf_hdr = elf_get_header(elf_image);
H A Dcommon.h47 extern void print_elf_ehdr(Elf_Ehdr *ehdr);
64 extern int check_header_common(Elf_Ehdr *elf_hdr);
H A Delf_module.c23 static int check_header(Elf_Ehdr *elf_hdr) {
50 extern int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr);
185 Elf_Ehdr elf_hdr;
206 CHECKED(res, image_read(&elf_hdr, sizeof(Elf_Ehdr), module), error);
H A Dcommon.c26 void print_elf_ehdr(Elf_Ehdr *ehdr) {
41 //fprintf(stderr, "Header size:\t%u (Structure size: %u)\n", ehdr->e_ehsize,sizeof(Elf_Ehdr));
222 int check_header_common(Elf_Ehdr *elf_hdr) {
/external/syslinux/com32/include/sys/i386/
H A Dmodule.h30 typedef Elf32_Ehdr Elf_Ehdr; typedef
/external/syslinux/com32/include/sys/x86_64/
H A Dmodule.h30 typedef Elf64_Ehdr Elf_Ehdr; typedef
/external/syslinux/gpxe/src/image/
H A Delf.c38 typedef Elf32_Ehdr Elf_Ehdr; typedef
51 Elf_Ehdr *ehdr ) {
122 Elf_Ehdr ehdr;
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in class:__anon13672::ELFState
120 void initELFHeader(Elf_Ehdr &Header);
159 void ELFState<ELFT>::initELFHeader(Elf_Ehdr &Header) {
177 Header.e_ehsize = sizeof(Elf_Ehdr);
508 Elf_Ehdr Header;
/external/syslinux/efi/
H A Dwrapper.c28 typedef Elf32_Ehdr Elf_Ehdr; typedef
31 typedef Elf64_Ehdr Elf_Ehdr; typedef
/external/llvm/include/llvm/Object/
H A DELF.h43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in class:llvm::object::ELFFile
74 const Elf_Ehdr *Header;
194 const Elf_Ehdr *getHeader() const { return Header; }
340 if (sizeof(Elf_Ehdr) > FileSize) {
346 Header = reinterpret_cast<const Elf_Ehdr *>(base());
H A DELFObjectFile.h196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in class:llvm::object::ELFObjectFile
390 const Elf_Ehdr *Header = EF.getHeader();
411 const Elf_Ehdr *Header = EF.getHeader();
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c29 int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr) {
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c29 int load_segments(struct elf_module *module, Elf_Ehdr *elf_hdr) {
/external/compiler-rt/lib/cfi/
H A Dcfi.cc21 typedef ElfW(Ehdr) Elf_Ehdr; typedef
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc872 typedef ElfW(Ehdr) Elf_Ehdr; typedef
875 Elf_Ehdr *ehdr = (Elf_Ehdr *)base;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp62 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; \
145 typedef typename ELFO::Elf_Ehdr Elf_Ehdr; typedef in class:__anon13649::ELFDumper
2372 const Elf_Ehdr *e = Obj->getHeader();
2899 const Elf_Ehdr *Header = Obj->getHeader();
3164 const Elf_Ehdr *e = Obj->getHeader();
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp266 struct Elf_Ehdr { struct in class:__anon19960::ELFObjectFile
293 const Elf_Ehdr *Header;
1088 Header = reinterpret_cast<const Elf_Ehdr *>(base());
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in class:__anon12819::DyldELFObject

Completed in 308 milliseconds