Searched refs:plt_offset (Results 1 – 4 of 4) sorted by relevance
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()[all …]
14 unsigned long plt_offset; member24 unsigned long plt_offset; member
123 plt_offset = int(module_arch['plt_offset'])125 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
285 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local351 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()378 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()398 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()403 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()424 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()429 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()