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

12

/external/kernel-headers/original/asm-arm/
H A Dmodule.h11 #define Elf_Ehdr Elf32_Ehdr
/external/elfutils/tests/
H A Dasm-tst2.c54 .e_ehsize = sizeof (Elf32_Ehdr),
229 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
231 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
H A Dnewfile.c34 print_ehdr (Elf32_Ehdr *ehdr)
93 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
H A Dasm-tst1.c54 .e_ehsize = sizeof (Elf32_Ehdr),
214 if (shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 31) & ~31))
H A Dupdate1.c45 Elf32_Ehdr *ehdr;
H A Dasm-tst9.c62 .e_ehsize = sizeof (Elf32_Ehdr),
263 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
265 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
H A Dupdate2.c45 Elf32_Ehdr *ehdr;
H A Dupdate3.c47 Elf32_Ehdr *ehdr;
/external/elfutils/libelf/
H A Dgelf_update_ehdr.c79 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A Dgelf_getehdr.c90 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A Delf_begin.c101 Elf32_Ehdr *e32;
107 Elf32_Ehdr e32;
116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
130 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
131 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
134 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
174 & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
304 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
312 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr)
[all...]
H A DlibelfP.h352 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
364 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
366 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
523 extern Elf32_Ehdr *__elf32_getehdr_wrlock (Elf *__elf) internal_function;
525 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
H A Dlibelf.h238 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
243 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
/external/kernel-headers/original/asm-x86/
H A Dmodule_32.h11 #define Elf_Ehdr Elf32_Ehdr
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c171 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
172 const Elf32_Ehdr *ehdr = (Elf32_Ehdr *)header;
/external/elfutils/libdwfl/
H A Delf-from-memory.c95 sizeof (Elf32_Ehdr), initial_bufsize);
115 Elf32_Ehdr e32;
140 xlatefrom.d_size = sizeof (Elf32_Ehdr);
H A Ddwfl_segment_report_module.c177 Elf32_Ehdr e32;
200 xlatefrom.d_size = sizeof (Elf32_Ehdr);
H A Dcore-file.c84 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr))
/external/kernel-headers/original/asm-mips/
H A Dmodule.h39 #define Elf_Ehdr Elf32_Ehdr
/external/grub/stage2/
H A Di386-elf.h92 Elf32_Ehdr; typedef in typeref:struct:__anon6159
H A Dboot.c53 Elf32_Ehdr *elf;
103 && len > sizeof (Elf32_Ehdr)
104 && BOOTABLE_I386_ELF ((*((Elf32_Ehdr *) buffer))))
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c629 Elf32_Ehdr header32;
630 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
682 if(length<sizeof(Elf32_Ehdr)) {
754 static Elf32_Ehdr header32={
767 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
769 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
/external/elfutils/src/
H A Dxelf.h38 # define XElf_Ehdr Elf32_Ehdr
51 # define XElf_Ehdr_vardef(name) Elf32_Ehdr *name
145 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
/external/kernel-headers/original/linux/
H A Delf.h188 } Elf32_Ehdr; typedef in typeref:struct:elf32_hdr
/external/elfutils/libebl/
H A Deblopenbackend.c316 assert (offsetof (Elf32_Ehdr, e_machine)
318 assert (sizeof (((Elf32_Ehdr *) 0)->e_machine)

Completed in 336 milliseconds

12