Searched refs:plt_offset (Results 1 – 4 of 4) sorted by relevance
87 if (info->plt_offset == -1UL) { in check_rela()88 info->plt_offset = me->arch.plt_size; in check_rela()144 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()166 me->arch.plt_offset = mod_mem->size; in module_frob_arch_sections()336 plt_base = me->mem[MOD_TEXT].base + me->arch.plt_offset; in apply_rela()337 ip = plt_base + info->plt_offset; in apply_rela()359 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()360 info->plt_offset + rela->r_addend; in apply_rela()367 me->arch.plt_offset + in apply_rela()368 info->plt_offset; in apply_rela()[all …]
13 unsigned long plt_offset; member22 unsigned long plt_offset; member
156 plt_offset = int(module_arch['plt_offset'])158 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
679 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local729 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()732 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()804 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()828 "offset_%#" PRIx64 "@plt", plt_offset); in dso__synthesize_plt_symbols()831 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()835 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()