Lines Matching refs:got_offset
77 if (info->got_offset == -1UL) { in check_rela()
78 info->got_offset = me->arch.got_size; in check_rela()
145 me->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()
166 me->arch.got_offset = mod_mem->size; in module_frob_arch_sections()
297 me->arch.got_offset + in apply_rela()
298 info->got_offset; in apply_rela()
303 val = info->got_offset + rela->r_addend; in apply_rela()
322 me->arch.got_offset - loc; in apply_rela()
361 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
390 ((Elf_Addr) me->mem[MOD_TEXT].base + me->arch.got_offset); in apply_rela()
400 val = (Elf_Addr) me->mem[MOD_TEXT].base + me->arch.got_offset + in apply_rela()