Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/kernel/
Delfcore.c16 const struct elf_phdr *const gate_phdrs = in elf_core_write_extra_phdrs() local
22 struct elf_phdr phdr = gate_phdrs[i]; in elf_core_write_extra_phdrs()
45 const struct elf_phdr *const gate_phdrs = in elf_core_write_extra_data() local
50 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_write_extra_data()
51 void *addr = (void *)gate_phdrs[i].p_vaddr; in elf_core_write_extra_data()
52 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_write_extra_data()
64 const struct elf_phdr *const gate_phdrs = in elf_core_extra_data_size() local
70 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_extra_data_size()
71 size += PAGE_ALIGN(gate_phdrs[i].p_memsz); in elf_core_extra_data_size()