Lines Matching refs:plt_offset
90 if (info->plt_offset == -1UL) { in check_rela()
91 info->plt_offset = me->arch.plt_size; in check_rela()
146 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()
167 me->arch.plt_offset = me->core_layout.size; in module_frob_arch_sections()
324 ip = me->core_layout.base + me->arch.plt_offset + in apply_rela()
325 info->plt_offset; in apply_rela()
331 me->arch.plt_offset + in apply_rela()
347 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
348 info->plt_offset + rela->r_addend; in apply_rela()
355 me->arch.plt_offset + in apply_rela()
356 info->plt_offset; in apply_rela()
452 ij = me->core_layout.base + me->arch.plt_offset + in module_finalize()