Home
last modified time | relevance | path

Searched refs:Ehdr (Results 1 - 25 of 35) sorted by relevance

12

/third_party/elfutils/libelf/
H A Delf-knowledge.h75 #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 Delf32_getehdr.c44 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 Delf32_newehdr.c44 ElfW2(LIBELFBITS,Ehdr) * in ElfW2()
47 ElfW2(LIBELFBITS,Ehdr) *result; in ElfW2()
78 sizeof (ElfW2(LIBELFBITS,Ehdr))); in ElfW2()
H A Delf32_updatefile.c130 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 Dabstract.h31 #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 Dgelf_xlate.h41 TYPE (Ehdr, LIBELFBITS)
H A Delf32_updatenull.c53 ELFW(default_ehdr,LIBELFBITS) (Elf *elf, ElfW2(LIBELFBITS,Ehdr) *ehdr, in ELFW()
131 ElfW2(LIBELFBITS,Ehdr) *ehdr; in __elfw2()
H A Delf32_getshdr.c53 ElfW2(LIBELFBITS,Ehdr) *ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr; in ElfW2()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.h52 Ehdr ehdr_buf[(READ_ELF_LENGTH + sizeof(Ehdr)) / sizeof(Ehdr)];
55 Ehdr *eh;
/third_party/musl/ldso/linux/
H A Ddynlink_rand.h52 Ehdr ehdr_buf[(READ_ELF_LENGTH + sizeof(Ehdr)) / sizeof(Ehdr)];
55 Ehdr *eh;
/third_party/musl/src/internal/linux/
H A Dvdso.c27 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 Dvdso.c27 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 Ddynlink.h16 typedef Elf32_Ehdr Ehdr; typedef
28 typedef Elf64_Ehdr Ehdr; typedef
/third_party/musl/src/internal/
H A Dvdso.c12 typedef Elf32_Ehdr Ehdr; typedef
18 typedef Elf64_Ehdr Ehdr; typedef
49 Ehdr *eh = (void *)libc.auxv[i+1]; in __vdsosym()
H A Ddynlink.h22 typedef Elf32_Ehdr Ehdr; typedef
36 typedef Elf64_Ehdr Ehdr; typedef
/third_party/libunwind/libunwind/src/
H A Delfxx.c40 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 Ddl-iterate-phdr.c71 Elf_W(Ehdr) *ehdr = (Elf_W(Ehdr) *) start; in dl_iterate_phdr()
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c102 ELF(Ehdr) *hdr = (ELF(Ehdr)*)base; in vdso_init_from_sysinfo_ehdr()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp316 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 Delf_mem_image.h117 const ElfW(Ehdr) *ehdr_;
H A Delf_mem_image.cc70 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 DGfind_unwind_table.c51 Elf_W(Ehdr) *ehdr; in dwarf_find_unwind_table()
/third_party/musl/ldso/
H A Ddlstart.c48 * 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 Ddynlink.c623 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 Ddynlink.c623 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()

Completed in 15 milliseconds

12