Searched refs:plt_offset (Results 1 – 2 of 2) sorted by relevance
13 unsigned long plt_offset; member22 unsigned long plt_offset; member
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()[all …]