Searched refs:gate_phdrs (Results 1 – 1 of 1) sorted by relevance
17 const struct elf_phdr *const gate_phdrs = in elf_core_write_extra_phdrs() local23 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() local51 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() local71 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()