Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dmodule.c88 if (info->plt_offset == -1UL) { in check_rela()
89 info->plt_offset = me->arch.plt_size; in check_rela()
144 me->arch.syminfo[i].plt_offset = -1UL; in module_frob_arch_sections()
165 me->arch.plt_offset = me->core_size; in module_frob_arch_sections()
318 ip = me->module_core + me->arch.plt_offset + in apply_rela()
319 info->plt_offset; in apply_rela()
330 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
331 info->plt_offset + rela->r_addend; in apply_rela()
338 me->arch.plt_offset + in apply_rela()
339 info->plt_offset; in apply_rela()
/linux-4.4.14/arch/s390/include/asm/
Dmodule.h13 unsigned long plt_offset; member
23 unsigned long plt_offset; member
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c220 u64 plt_offset; in dso__synthesize_plt_symbols() local
286 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
294 plt_offset += shdr_plt.sh_entsize; in dso__synthesize_plt_symbols()
299 f = symbol__new(plt_offset, shdr_plt.sh_entsize, in dso__synthesize_plt_symbols()
316 plt_offset += shdr_plt.sh_entsize; in dso__synthesize_plt_symbols()
321 f = symbol__new(plt_offset, shdr_plt.sh_entsize, in dso__synthesize_plt_symbols()