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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dmodule.c44 struct got_entry { struct
45 struct got_entry *next;
52 struct got_entry *chains, Elf64_Xword *poffset)
57 struct got_entry *g;
89 struct got_entry *chains;
97 /* Find out how large the symbol table is. Allocate one got_entry
118 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL);
143 struct got_entry *g, *n;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Delf.h225 struct got_entry { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dmodule.c113 struct got_entry { struct
121 struct got_entry { struct
363 me->core_size += gots * sizeof(struct got_entry);
379 struct got_entry *got;
394 DEBUGP("GOT ENTRY %d[%x] val %lx\n", i, i*sizeof(struct got_entry),
396 return i * sizeof(struct got_entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmodule.c492 mod->arch.got->sh_size = gots * sizeof(struct got_entry);
527 struct got_entry *got, *e;
538 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size));

Completed in 108 milliseconds