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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Delfcore.c17 const struct elf_phdr *const gate_phdrs = local
23 struct elf_phdr phdr = gate_phdrs[i];
48 const struct elf_phdr *const gate_phdrs = local
53 if (gate_phdrs[i].p_type == PT_LOAD) {
54 void *addr = (void *)gate_phdrs[i].p_vaddr;
55 size_t memsz = PAGE_ALIGN(gate_phdrs[i].p_memsz);
68 const struct elf_phdr *const gate_phdrs = local
74 if (gate_phdrs[i].p_type == PT_LOAD) {
75 size += PAGE_ALIGN(gate_phdrs[i].p_memsz);

Completed in 101 milliseconds