Home
last modified time | relevance | path

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

/arch/x86/um/
Delfcore.c19 const struct elf_phdr *const phdrp = in elf_core_write_extra_phdrs() local
25 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() local
51 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() local
72 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()