Home
last modified time | relevance | path

Searched refs:Phdr (Results 1 – 12 of 12) sorted by relevance

/sysdeps/mach/hurd/i386/
A Dinit-first.c178 assert (ehdr->e_phentsize == sizeof (ElfW(Phdr))); in init()
183 _dl_phdr = (ElfW(Phdr) *) d->phdr; in init()
184 _dl_phnum = d->phdrsz / sizeof (ElfW(Phdr)); in init()
185 assert (d->phdrsz % sizeof (ElfW(Phdr)) == 0); in init()
/sysdeps/mips/
A Ddl-machine-reject-phdr.h41 static inline const ElfW(Phdr) * in ElfW() argument
42 find_mips_abiflags (const ElfW(Phdr) *phdr, ElfW(Half) phnum) in ElfW()
44 const ElfW(Phdr) *ph; in ElfW()
59 const ElfW(Phdr) *ph = find_mips_abiflags (l->l_phdr, l->l_phnum); in cached_fpabi_reject_phdr_p()
155 elf_machine_reject_phdr_p (const ElfW(Phdr) *phdr, uint_fast16_t phnum, in elf_machine_reject_phdr_p()
159 const ElfW(Phdr) *ph = find_mips_abiflags (phdr, phnum); in elf_machine_reject_phdr_p()
A Ddl-trampoline.c51 const ElfW(Phdr) *p = l->l_phdr; in elf_machine_runtime_link_map()
78 const ElfW(Phdr) *p = l->l_phdr; in elf_machine_runtime_link_map()
/sysdeps/generic/
A Ddl-prop.h40 _dl_process_pt_note (struct link_map *l, int fd, const ElfW(Phdr) *ph) in _dl_process_pt_note()
A Dunwind-dw2-fde-glibc.c87 const ElfW(Phdr) *phdr, *p_eh_frame_hdr; in _Unwind_IteratePhdrCallback()
88 const ElfW(Phdr) *p_dynamic __attribute__ ((unused)); in _Unwind_IteratePhdrCallback()
A Dldsodefs.h756 extern const ElfW(Phdr) *_dl_phdr;
1021 const ElfW(Phdr) *ph);
1208 void (*dl_main) (const ElfW(Phdr) *phdr,
/sysdeps/aarch64/
A Ddl-prop.h40 _dl_process_pt_note (struct link_map *l, int fd, const ElfW(Phdr) *ph) in _dl_process_pt_note()
A Ddl-bti.c35 const ElfW(Phdr) *phdr; in _dl_bti_protect()
/sysdeps/arm/
A Dfind_exidx.c36 const ElfW(Phdr) *phdr; in find_exidx_callback()
/sysdeps/unix/sysv/linux/
A Ddl-sysdep.c58 const ElfW(Phdr) *const phdr = GLRO(dl_sysinfo_map)->l_phdr; in _dl_discover_osversion()
/sysdeps/x86/
A Ddl-prop.h210 _dl_process_pt_note (struct link_map *l, int fd, const ElfW(Phdr) *ph) in _dl_process_pt_note()
/sysdeps/mach/hurd/
A Ddl-sysdep.c72 void (*dl_main) (const ElfW(Phdr) *phdr, ElfW(Word) phent, in _dl_sysdep_start()
168 (*dl_main) ((const ElfW(Phdr) *) _dl_hurd_data->phdr, in _dl_sysdep_start()
169 _dl_hurd_data->phdrsz / sizeof (ElfW(Phdr)), in _dl_sysdep_start()

Completed in 18 milliseconds