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

12

/external/kernel-headers/original/asm-arm/
H A Dmodule.h11 #define Elf_Ehdr Elf32_Ehdr
/external/elfcopy/
H A Dcommon.c20 Elf32_Ehdr *ehdr;
/external/elfutils/tests/
H A Dasm-tst2.c38 .e_ehsize = sizeof (Elf32_Ehdr),
206 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
208 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
H A Dnewfile.c22 print_ehdr (Elf32_Ehdr *ehdr)
81 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
H A Dasm-tst1.c38 .e_ehsize = sizeof (Elf32_Ehdr),
191 if (shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 31) & ~31))
H A Dupdate1.c33 Elf32_Ehdr *ehdr;
H A Dasm-tst9.c46 .e_ehsize = sizeof (Elf32_Ehdr),
240 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
242 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
H A Dupdate2.c33 Elf32_Ehdr *ehdr;
H A Dupdate3.c35 Elf32_Ehdr *ehdr;
H A Dupdate4.c36 Elf32_Ehdr *ehdr;
/external/elfutils/libelf/
H A Dgelf_getehdr.c48 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A Dgelf_update_ehdr.c46 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
H A DlibelfP.h294 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
305 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
307 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
445 extern Elf32_Ehdr *__elf32_getehdr_internal (Elf *__elf) attribute_hidden;
447 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
H A Delf_begin.c68 Elf32_Ehdr *e32;
78 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
84 size_t len = is32 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr);
121 & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
241 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
250 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0
258 (Elf32_Ehdr *) ((char *) map_address + offset);
286 sizeof (Elf32_Ehdr), offset) != sizeof (Elf32_Ehdr))
[all...]
H A Dlibelf.h179 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
184 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
/external/kernel-headers/original/asm-x86/
H A Dmodule_32.h11 #define Elf_Ehdr Elf32_Ehdr
/external/elfutils/libebl/
H A Di386_symbol.c108 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
H A Dppc_symbol.c138 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
/external/grub/stage2/
H A Di386-elf.h92 Elf32_Ehdr; typedef in typeref:struct:__anon2206
H A Dboot.c53 Elf32_Ehdr *elf;
103 && len > sizeof (Elf32_Ehdr)
104 && BOOTABLE_I386_ELF ((*((Elf32_Ehdr *) buffer))))
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c632 /* Pointer to ELF header. Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
633 const Elf32_Ehdr *pHeader32;
674 if(length<sizeof(Elf32_Ehdr)) {
678 pHeader32=(const Elf32_Ehdr *)buffer;
746 static Elf32_Ehdr header32={
759 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
761 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c632 /* Pointer to ELF header. Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
633 const Elf32_Ehdr *pHeader32;
674 if(length<sizeof(Elf32_Ehdr)) {
678 pHeader32=(const Elf32_Ehdr *)buffer;
746 static Elf32_Ehdr header32={
759 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
761 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
/external/elfutils/src/
H A Dxelf.h26 # define XElf_Ehdr Elf32_Ehdr
39 # define XElf_Ehdr_vardef(name) Elf32_Ehdr *name
133 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/libvpx/build/make/
H A Dobj_int_extract.c243 Elf32_Ehdr hdr;

Completed in 288 milliseconds

12