Lines Matching refs:got_offset
75 if (info->got_offset == -1UL) { in check_rela()
76 info->got_offset = me->arch.got_size; in check_rela()
143 me->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()
164 me->arch.got_offset = mod_mem->size; in module_frob_arch_sections()
295 me->arch.got_offset + in apply_rela()
296 info->got_offset; in apply_rela()
301 val = info->got_offset + rela->r_addend; in apply_rela()
320 me->arch.got_offset - loc; in apply_rela()
359 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
388 ((Elf_Addr) me->mem[MOD_TEXT].base + me->arch.got_offset); in apply_rela()
398 val = (Elf_Addr) me->mem[MOD_TEXT].base + me->arch.got_offset + in apply_rela()