Searched refs:phdrp (Results 1 – 1 of 1) sorted by relevance
19 const struct elf_phdr *const phdrp = in elf_core_write_extra_phdrs() local25 struct elf_phdr phdr = phdrp[i]; in elf_core_write_extra_phdrs()46 const struct elf_phdr *const phdrp = in elf_core_write_extra_data() local51 if (phdrp[i].p_type == PT_LOAD) { in elf_core_write_extra_data()52 void *addr = (void *) phdrp[i].p_vaddr; in elf_core_write_extra_data()53 size_t filesz = phdrp[i].p_filesz; in elf_core_write_extra_data()67 const struct elf_phdr *const phdrp = in elf_core_extra_data_size() local72 if (phdrp[i].p_type == PT_LOAD) in elf_core_extra_data_size()73 return (size_t) phdrp[i].p_filesz; in elf_core_extra_data_size()