Home
last modified time | relevance | path

Searched refs:plt_offset (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kernel/
H A Dmodule.c89 if (info->plt_offset == -1UL) { in check_rela()
90 info->plt_offset = me->arch.plt_size; in check_rela()
146 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()
168 me->arch.plt_offset = mod_mem->size; in module_frob_arch_sections()
338 plt_base = me->mem[MOD_TEXT].base + me->arch.plt_offset; in apply_rela()
339 ip = plt_base + info->plt_offset; in apply_rela()
361 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
362 info->plt_offset + rela->r_addend; in apply_rela()
369 me->arch.plt_offset + in apply_rela()
370 info->plt_offset; in apply_rela()
[all …]
/linux/arch/s390/include/asm/
H A Dmodule.h13 unsigned long plt_offset; member
22 unsigned long plt_offset; member
/linux/scripts/gdb/linux/
H A Dsymbols.py197 plt_offset = int(module_arch['plt_offset'])
199 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
/linux/tools/perf/util/
H A Dsymbol-elf.c608 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
658 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()
661 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
733 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()
757 "offset_%#" PRIx64 "@plt", plt_offset); in dso__synthesize_plt_symbols()
760 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()
764 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()