Searched refs:ph (Results 1 – 5 of 5) sorted by relevance
/sysdeps/mips/ |
A D | dl-machine-reject-phdr.h | 44 const ElfW(Phdr) *ph; in ElfW() 46 for (ph = phdr; ph < &phdr[phnum]; ++ph) in ElfW() 47 if (ph->p_type == PT_MIPS_ABIFLAGS) in ElfW() 48 return ph; in ElfW() 61 if (ph) in cached_fpabi_reject_phdr_p() 64 if (ph->p_filesz < sizeof (Elf_MIPS_ABIFlags_v0)) in cached_fpabi_reject_phdr_p() 159 const ElfW(Phdr) *ph = find_mips_abiflags (phdr, phnum); in elf_machine_reject_phdr_p() 177 if (ph != NULL) in elf_machine_reject_phdr_p() 179 ElfW(Addr) size = ph->p_filesz; in elf_machine_reject_phdr_p() 181 if (ph->p_offset + size <= len) in elf_machine_reject_phdr_p() [all …]
|
/sysdeps/x86/ |
A D | dl-prop.h | 210 _dl_process_pt_note (struct link_map *l, int fd, const ElfW(Phdr) *ph) in _dl_process_pt_note() argument 212 const ElfW(Nhdr) *note = (const void *) (ph->p_vaddr + l->l_addr); in _dl_process_pt_note() 213 _dl_process_property_note (l, note, ph->p_memsz, ph->p_align); in _dl_process_pt_note()
|
/sysdeps/generic/ |
A D | dl-prop.h | 40 _dl_process_pt_note (struct link_map *l, int fd, const ElfW(Phdr) *ph) in _dl_process_pt_note() argument
|
A D | ldsodefs.h | 1021 const ElfW(Phdr) *ph);
|
/sysdeps/aarch64/ |
A D | dl-prop.h | 40 _dl_process_pt_note (struct link_map *l, int fd, const ElfW(Phdr) *ph) in _dl_process_pt_note() argument
|
Completed in 10 milliseconds