gate_phdrs         17 arch/ia64/kernel/elfcore.c 	const struct elf_phdr *const gate_phdrs =
gate_phdrs         23 arch/ia64/kernel/elfcore.c 		struct elf_phdr phdr = gate_phdrs[i];
gate_phdrs         46 arch/ia64/kernel/elfcore.c 	const struct elf_phdr *const gate_phdrs =
gate_phdrs         51 arch/ia64/kernel/elfcore.c 		if (gate_phdrs[i].p_type == PT_LOAD) {
gate_phdrs         52 arch/ia64/kernel/elfcore.c 			void *addr = (void *)gate_phdrs[i].p_vaddr;
gate_phdrs         53 arch/ia64/kernel/elfcore.c 			size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz);
gate_phdrs         65 arch/ia64/kernel/elfcore.c 	const struct elf_phdr *const gate_phdrs =
gate_phdrs         71 arch/ia64/kernel/elfcore.c 		if (gate_phdrs[i].p_type == PT_LOAD) {
gate_phdrs         72 arch/ia64/kernel/elfcore.c 			size += PAGE_ALIGN(gate_phdrs[i].p_memsz);