Home
last modified time | relevance | path

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

/Linux-v6.6/arch/ia64/kernel/
Delfcore.c17 const struct elf_phdr *const gate_phdrs = in elf_core_write_extra_phdrs() local
23 struct elf_phdr phdr = gate_phdrs[i]; in elf_core_write_extra_phdrs()
46 const struct elf_phdr *const gate_phdrs = in elf_core_write_extra_data() local
51 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_write_extra_data()
52 void *addr = (void *)gate_phdrs[i].p_vaddr; in elf_core_write_extra_data()
53 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_write_extra_data()
65 const struct elf_phdr *const gate_phdrs = in elf_core_extra_data_size() local
71 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_extra_data_size()
72 size += PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_extra_data_size()