Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dmodule.c34 struct got_entry { struct
35 struct got_entry *next; argument
42 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument
47 struct got_entry *g; in process_reloc_for_got()
79 struct got_entry *chains; in module_frob_arch_sections()
108 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); in module_frob_arch_sections()
133 struct got_entry *g, *n; in module_frob_arch_sections()
/arch/parisc/kernel/
Dmodule.c119 struct got_entry { struct
127 struct got_entry { struct
378 me->core_size += gots * sizeof(struct got_entry); in module_frob_arch_sections()
394 struct got_entry *got; in get_got()
409 DEBUGP("GOT ENTRY %d[%x] val %lx\n", i, i*sizeof(struct got_entry), in get_got()
411 return i * sizeof(struct got_entry); in get_got()
/arch/ia64/include/asm/
Delf.h225 struct got_entry { struct
/arch/ia64/kernel/
Dmodule.c485 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections()
520 struct got_entry *got, *e; in get_ltoff()
531 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); in get_ltoff()