Lines Matching refs:plt_offset
102 if (info->plt_offset == -1UL) { in check_rela()
103 info->plt_offset = me->arch.plt_size; in check_rela()
158 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()
179 me->arch.plt_offset = me->core_layout.size; in module_frob_arch_sections()
348 plt_base = me->core_layout.base + me->arch.plt_offset; in apply_rela()
349 ip = plt_base + info->plt_offset; in apply_rela()
371 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
372 info->plt_offset + rela->r_addend; in apply_rela()
379 me->arch.plt_offset + in apply_rela()
380 info->plt_offset; in apply_rela()
518 ij = me->core_layout.base + me->arch.plt_offset + in module_finalize()