/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 75 #define SH_ENTSIZE_HASH(Ehdr) \ 76 ((Ehdr)->e_machine == EM_ALPHA \ 77 || ((Ehdr)->e_machine == EM_S390 \ 78 && (Ehdr)->e_ident[EI_CLASS] == ELFCLASS64) ? 8 : 4)
|
H A D | elf32_getehdr.c | 44 static ElfW2(LIBELFBITS,Ehdr) * in ElfW2() 77 ElfW2(LIBELFBITS,Ehdr) * in ElfW2() 84 ElfW2(LIBELFBITS,Ehdr) * in ElfW2() 87 ElfW2(LIBELFBITS,Ehdr) *result; in ElfW2()
|
H A D | elf32_newehdr.c | 44 ElfW2(LIBELFBITS,Ehdr) * in ElfW2() 47 ElfW2(LIBELFBITS,Ehdr) *result; in ElfW2() 78 sizeof (ElfW2(LIBELFBITS,Ehdr))); in ElfW2()
|
H A D | elf32_updatefile.c | 130 ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr; in __elfw2() 137 assert (sizeof (ElfW2(LIBELFBITS,Ehdr)) in __elfw2() 148 sizeof (ElfW2(LIBELFBITS,Ehdr)), 1); in __elfw2() 152 sizeof (ElfW2(LIBELFBITS,Ehdr))); in __elfw2() 539 ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr; in __elfw2() 544 ElfW2(LIBELFBITS,Ehdr) tmp_ehdr; in __elfw2() 545 ElfW2(LIBELFBITS,Ehdr) *out_ehdr = ehdr; in __elfw2() 549 assert (sizeof (ElfW2(LIBELFBITS,Ehdr)) in __elfw2() 559 (*fctp) (&tmp_ehdr, ehdr, sizeof (ElfW2(LIBELFBITS,Ehdr)), 1); in __elfw2() 567 sizeof (ElfW2(LIBELFBITS,Ehdr)), in __elfw2() [all...] |
H A D | abstract.h | 31 #define Ehdr(Bits, Ext) \ macro 32 START (Bits, Ehdr, Ext##Ehdr) \ 48 END (Bits, Ext##Ehdr) 51 Ehdr(32, Ext) 53 Ehdr(64, Ext)
|
H A D | gelf_xlate.h | 41 TYPE (Ehdr, LIBELFBITS)
|
H A D | elf32_updatenull.c | 53 ELFW(default_ehdr,LIBELFBITS) (Elf *elf, ElfW2(LIBELFBITS,Ehdr) *ehdr, in ELFW() 131 ElfW2(LIBELFBITS,Ehdr) *ehdr; in __elfw2()
|
H A D | elf32_getshdr.c | 53 ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr; in ElfW2()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.h | 52 Ehdr ehdr_buf[(READ_ELF_LENGTH + sizeof(Ehdr)) / sizeof(Ehdr)]; 55 Ehdr *eh;
|
/third_party/musl/ldso/linux/ |
H A D | dynlink_rand.h | 52 Ehdr ehdr_buf[(READ_ELF_LENGTH + sizeof(Ehdr)) / sizeof(Ehdr)]; 55 Ehdr *eh;
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 27 typedef Elf32_Ehdr Ehdr; typedef 33 typedef Elf64_Ehdr Ehdr; typedef 76 Ehdr *eh = (void *)libc.auxv[i+1]; in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 27 typedef Elf32_Ehdr Ehdr; typedef 33 typedef Elf64_Ehdr Ehdr; typedef 76 Ehdr *eh = (void *)libc.auxv[i+1]; in __get_vdso_info()
|
H A D | dynlink.h | 16 typedef Elf32_Ehdr Ehdr; typedef 28 typedef Elf64_Ehdr Ehdr; typedef
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 12 typedef Elf32_Ehdr Ehdr; typedef 18 typedef Elf64_Ehdr Ehdr; typedef 49 Ehdr *eh = (void *)libc.auxv[i+1]; in __vdsosym()
|
H A D | dynlink.h | 22 typedef Elf32_Ehdr Ehdr; typedef 36 typedef Elf64_Ehdr Ehdr; typedef
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 40 Elf_W (Ehdr) *ehdr = ei->image; in Elf_W() 58 Elf_W (Ehdr) *ehdr = ei->image; in string_table() 94 Elf_W (Ehdr) *ehdr = ei->image; in lookup_symbol() 165 Elf_W (Ehdr) *ehdr; in Elf_W() 342 Elf_W (Ehdr) *ehdr = ei->image; in Elf_W() 395 Elf_W (Ehdr) *prev_image; in load_debuglink()
|
H A D | dl-iterate-phdr.c | 71 Elf_W(Ehdr) *ehdr = (Elf_W(Ehdr) *) start; in dl_iterate_phdr()
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 102 ELF(Ehdr) *hdr = (ELF(Ehdr)*)base; in vdso_init_from_sysinfo_ehdr()
|
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | crash_handler_posix.cpp | 316 ElfW(Ehdr) ehdr; 317 static_assert(SELFMAG <= sizeof(ElfW(Ehdr)), "SELFMAG too large"); 319 safe_memcpy(&ehdr, r.start, sizeof(ElfW(Ehdr))) &&
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.h | 117 const ElfW(Ehdr) *ehdr_;
|
H A D | elf_mem_image.cc | 70 const T *GetTableElement(const ElfW(Ehdr) * ehdr, ElfW(Off) table_offset, 197 ehdr_ = reinterpret_cast<const ElfW(Ehdr) *>(base);
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 51 Elf_W(Ehdr) *ehdr; in dwarf_find_unwind_table()
|
/third_party/musl/ldso/ |
H A D | dlstart.c | 48 * run as a command, finding the Ehdr is a heursitic: we in _dlstart_c() 56 Ehdr *eh = (void *)base; in _dlstart_c()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 623 Ehdr buf[(896+sizeof(Ehdr))/sizeof(Ehdr)]; in map_library() 630 Ehdr *eh; in map_library() 1679 Ehdr *ehdr = (void *)ldso.base; in __dls2() 1858 Ehdr *ehdr = map_library(fd, &app); in __dls3() 1923 Ehdr *ehdr = (void *)vdso_base; in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 623 Ehdr buf[(896+sizeof(Ehdr))/sizeof(Ehdr)]; in map_library() 630 Ehdr *eh; in map_library() 1678 Ehdr *ehdr = (void *)ldso.base; in __dls2() 1857 Ehdr *ehdr = map_library(fd, &app); in __dls3() 1922 Ehdr *ehdr = (void *)vdso_base; in __dls3()
|