Searched refs:phdrp (Results 1 – 1 of 1) sorted by relevance
20 const struct elf_phdr *const phdrp = in elf_core_write_extra_phdrs() local26 struct elf_phdr phdr = phdrp[i]; in elf_core_write_extra_phdrs()47 const struct elf_phdr *const phdrp = in elf_core_write_extra_data() local52 if (phdrp[i].p_type == PT_LOAD) { in elf_core_write_extra_data()53 void *addr = (void *) phdrp[i].p_vaddr; in elf_core_write_extra_data()54 size_t filesz = phdrp[i].p_filesz; in elf_core_write_extra_data()68 const struct elf_phdr *const phdrp = in elf_core_extra_data_size() local73 if (phdrp[i].p_type == PT_LOAD) in elf_core_extra_data_size()74 return (size_t) phdrp[i].p_filesz; in elf_core_extra_data_size()