Searched refs:gate_phdrs (Results 1 – 1 of 1) sorted by relevance
16 const struct elf_phdr *const gate_phdrs = in elf_core_write_extra_phdrs() local22 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() local50 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() local70 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()