Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/um/
Delfcore.c21 const struct elf_phdr *const phdrp = in elf_core_write_extra_phdrs() local
27 struct elf_phdr phdr = phdrp[i]; in elf_core_write_extra_phdrs()
48 const struct elf_phdr *const phdrp = in elf_core_write_extra_data() local
53 if (phdrp[i].p_type == PT_LOAD) { in elf_core_write_extra_data()
54 void *addr = (void *) phdrp[i].p_vaddr; in elf_core_write_extra_data()
55 size_t filesz = phdrp[i].p_filesz; in elf_core_write_extra_data()
69 const struct elf_phdr *const phdrp = in elf_core_extra_data_size() local
74 if (phdrp[i].p_type == PT_LOAD) in elf_core_extra_data_size()
75 return (size_t) phdrp[i].p_filesz; in elf_core_extra_data_size()