Searched refs:Elf32_Ehdr (Results 1 - 25 of 58) sorted by relevance

123

/external/syslinux/core/elflink/
H A Delfutils.h11 static inline Elf32_Ehdr *elf_get_header(void *elf_image)
13 return (Elf32_Ehdr *) elf_image;
22 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image);
36 Elf32_Ehdr *elf_hdr = elf_get_header(elf_image);
H A Dcommon.h39 extern void print_elf_ehdr(Elf32_Ehdr * ehdr);
55 extern int check_header_common(Elf32_Ehdr * elf_hdr);
/external/syslinux/com32/include/sys/i386/
H A Dmodule.h30 typedef Elf32_Ehdr Elf_Ehdr;
/external/syslinux/com32/mboot/
H A Dsolaris.c40 bool kernel_is_solaris(const Elf32_Ehdr *eh)
H A Dmboot.h88 bool kernel_is_solaris(const Elf32_Ehdr *);
H A Dmap.c106 Elf32_Ehdr *eh = ptr;
143 if (len < sizeof(Elf32_Ehdr) ||
148 eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len ||
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc99 explicit SectionLocator(const Elf32_Ehdr* ehdr) {
122 void LocateSymbols(const Elf32_Ehdr* ehdr,
164 const Elf32_Ehdr* ehdr_;
169 StaticSymbolVisitor(const Elf32_Ehdr* ehdr, SymbolTable* symbols)
239 const Elf32_Ehdr* ehdr = reinterpret_cast<const Elf32_Ehdr*>(base_addr);
242 (ehdr->e_ehsize != sizeof(Elf32_Ehdr))) {
/external/elfutils/tests/
H A Dasm-tst2.c46 .e_ehsize = sizeof (Elf32_Ehdr),
221 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
223 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
H A Dnewfile.c26 print_ehdr (Elf32_Ehdr *ehdr)
85 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
H A Dasm-tst1.c46 .e_ehsize = sizeof (Elf32_Ehdr),
206 if (shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 31) & ~31))
H A Dasm-tst9.c54 .e_ehsize = sizeof (Elf32_Ehdr),
255 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
257 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
H A Dupdate1.c38 Elf32_Ehdr *ehdr;
/external/elfutils/libelf/
H A Dgelf_update_ehdr.c58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A Dgelf_getehdr.c68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A DlibelfP.h337 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
352 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
354 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
513 extern Elf32_Ehdr *__elf32_getehdr_wrlock (Elf *__elf) internal_function;
515 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
H A Delf_begin.c81 Elf32_Ehdr *e32;
87 Elf32_Ehdr e32;
96 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
114 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
304 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
309 || (((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
318 sizeof (Elf32_Ehdr));
[all...]
H A Dlibelf.h229 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
234 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
/external/google-breakpad/src/common/linux/
H A Delfutils.h46 typedef Elf32_Ehdr Ehdr;
/external/syslinux/gpxe/src/arch/i386/image/
H A Delfboot.c75 Elf32_Ehdr ehdr;
/external/syslinux/com32/include/sys/
H A Delf32.h76 } Elf32_Ehdr; typedef in typeref:struct:elf32_hdr
/external/syslinux/com32/modules/
H A Delf.c62 Elf32_Ehdr *eh = ptr;
88 if (len < sizeof(Elf32_Ehdr))
106 if (eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len)
/external/elfutils/libdwfl/
H A Delf-from-memory.c82 sizeof (Elf32_Ehdr), initial_bufsize);
105 Elf32_Ehdr e32;
130 xlatefrom.d_size = sizeof (Elf32_Ehdr);
/external/syslinux/gpxe/src/image/
H A Delf.c38 typedef Elf32_Ehdr Elf_Ehdr;
/external/syslinux/gpxe/src/util/
H A Diccfix.c64 #define ELF_EHDR Elf32_Ehdr
/external/syslinux/efi/
H A Dwrapper.c28 typedef Elf32_Ehdr Elf_Ehdr;
164 Elf32_Ehdr e32_hdr;

Completed in 579 milliseconds

123