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

/linux-4.1.27/arch/alpha/kernel/
H A Dmodule.c34 struct got_entry { struct
35 struct got_entry *next;
42 struct got_entry *chains, Elf64_Xword *poffset) process_reloc_for_got()
47 struct got_entry *g; process_reloc_for_got()
79 struct got_entry *chains; module_frob_arch_sections()
87 /* Find out how large the symbol table is. Allocate one got_entry module_frob_arch_sections()
108 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); module_frob_arch_sections()
133 struct got_entry *g, *n; module_frob_arch_sections()
/linux-4.1.27/arch/parisc/kernel/
H A Dmodule.c119 struct got_entry { struct
127 struct got_entry { struct
372 me->core_size += gots * sizeof(struct got_entry); module_frob_arch_sections()
388 struct got_entry *got; get_got()
403 DEBUGP("GOT ENTRY %d[%x] val %lx\n", i, i*sizeof(struct got_entry), get_got()
405 return i * sizeof(struct got_entry); get_got()
/linux-4.1.27/arch/ia64/include/asm/
H A Delf.h222 struct got_entry { struct
/linux-4.1.27/arch/ia64/kernel/
H A Dmodule.c483 mod->arch.got->sh_size = gots * sizeof(struct got_entry); module_frob_arch_sections()
518 struct got_entry *got, *e; get_ltoff()
529 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); get_ltoff()

Completed in 507 milliseconds