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

12

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h16 typedef Elf32_Ehdr Ehdr;
/external/elfutils/0.153/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.c102 Elf32_Ehdr *e32;
108 Elf32_Ehdr e32;
117 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
131 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
132 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
135 memcpy (&ehdr_mem, e_ident, sizeof (Elf32_Ehdr));
175 & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
314 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) ((char *) map_address + offset);
319 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr)
[all...]
H A DlibelfP.h346 Elf32_Ehdr *ehdr; /* Pointer to the ELF header. This is
361 Elf32_Ehdr ehdr_mem; /* Memory used for ELF header when not
363 char __e32scnspad[sizeof (Elf64_Ehdr) - sizeof (Elf32_Ehdr)];
517 extern Elf32_Ehdr *__elf32_getehdr_wrlock (Elf *__elf) internal_function;
519 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
H A Dlibelf.h214 extern Elf32_Ehdr *elf32_getehdr (Elf *__elf);
219 extern Elf32_Ehdr *elf32_newehdr (Elf *__elf);
/external/chromium_org/courgette/
H A Dtypes_elf.h21 struct Elf32_Ehdr { struct
H A Ddisassembler_elf_32.h192 Elf32_Ehdr *header_;
H A Ddisassembler_elf_32.cc32 if (length() < sizeof(Elf32_Ehdr))
35 header_ = (Elf32_Ehdr *)start();
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h40 typedef Elf32_Ehdr Ehdr;
/external/elfutils/0.153/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.c181 Elf32_Ehdr e32;
204 xlatefrom.d_size = sizeof (Elf32_Ehdr);
H A Dcore-file.c84 ? sizeof (Elf32_Ehdr) : sizeof (Elf64_Ehdr))
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c179 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
180 const Elf32_Ehdr *ehdr = (Elf32_Ehdr *)header;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c658 Elf32_Ehdr header32;
659 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
711 if(length<sizeof(Elf32_Ehdr)) {
783 static Elf32_Ehdr header32={
796 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
798 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c650 Elf32_Ehdr header32;
651 /* Elf32_Ehdr and ELF64_Ehdr are identical for the necessary fields. */
703 if(length<sizeof(Elf32_Ehdr)) {
775 static Elf32_Ehdr header32={
788 (Elf32_Off)sizeof(Elf32_Ehdr), /* e_shoff */
790 (Elf32_Half)sizeof(Elf32_Ehdr), /* eh_size */
/external/elfutils/0.153/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; \
H A Dstrip.c1971 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half)
1972 == offsetof (Elf32_Ehdr, e_shnum));
1973 assert (offsetof (Elf32_Ehdr, e_shnum) + sizeof (Elf32_Half)
1974 == offsetof (Elf32_Ehdr, e_shstrndx));
1978 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off
1980 offsetof (Elf32_Ehdr, e_shentsize))
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c318 assert (offsetof (Elf32_Ehdr, e_machine)
320 assert (sizeof (((Elf32_Ehdr *) 0)->e_machine)
/external/chromium_org/third_party/libvpx/include/
H A Delf.h242 } Elf32_Ehdr; typedef in typeref:struct:elf32_hdr
/external/kernel-headers/original/uapi/linux/
H A Delf.h218 } Elf32_Ehdr; typedef in typeref:struct:elf32_hdr
/external/libunwind/src/coredump/
H A D_UCD_create.c80 Elf32_Ehdr h32;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c108 Elf32_Ehdr ehdr;
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c237 Elf32_Ehdr hdr32;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c237 Elf32_Ehdr hdr32;

Completed in 480 milliseconds

12