Searched refs:got_entry (Results 1 – 4 of 4) sorted by relevance
34 struct got_entry { struct35 struct got_entry *next; argument42 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument47 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()
119 struct got_entry { struct127 struct got_entry { struct372 me->core_size += gots * sizeof(struct got_entry); in module_frob_arch_sections()388 struct got_entry *got; in get_got()403 DEBUGP("GOT ENTRY %d[%x] val %lx\n", i, i*sizeof(struct got_entry), in get_got()405 return i * sizeof(struct got_entry); in get_got()
222 struct got_entry { struct
483 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections()518 struct got_entry *got, *e; in get_ltoff()529 BUG_ON(e >= (struct got_entry *) (mod->arch.got->sh_addr + mod->arch.got->sh_size)); in get_ltoff()