Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Dmodule.c91 if (info->plt_offset == -1UL) { in check_rela()
92 info->plt_offset = me->arch.plt_size; in check_rela()
147 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()
168 me->arch.plt_offset = me->core_layout.size; in module_frob_arch_sections()
335 me->arch.plt_offset + in apply_rela()
336 info->plt_offset; in apply_rela()
343 me->arch.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()
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dmodule.h14 unsigned long plt_offset; member
24 unsigned long plt_offset; member
/Linux-v5.10/scripts/gdb/linux/
Dsymbols.py123 plt_offset = int(module_arch['plt_offset'])
125 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
/Linux-v5.10/tools/perf/util/
Dsymbol-elf.c287 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
353 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
380 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()
400 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()
405 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()
426 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()
431 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()