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 { struct378 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()
225 struct got_entry { struct
485 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()