Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dmodule.c101 if (info->plt_offset == -1UL) { in check_rela()
102 info->plt_offset = me->arch.plt_size; in check_rela()
157 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()
178 me->arch.plt_offset = me->core_layout.size; in module_frob_arch_sections()
345 me->arch.plt_offset + in apply_rela()
346 info->plt_offset; in apply_rela()
353 me->arch.plt_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 …]
/linux/arch/s390/include/asm/
A Dmodule.h13 unsigned long plt_offset; member
22 unsigned long plt_offset; member
/linux/scripts/gdb/linux/
A Dsymbols.py123 plt_offset = int(module_arch['plt_offset'])
125 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
/linux/tools/perf/util/
A Dsymbol-elf.c292 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
358 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
385 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()
405 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()
410 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()
431 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()
436 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()

Completed in 13 milliseconds