Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dsymbol-elf.c287 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
357 plt_entry_size = 12; in dso__synthesize_plt_symbols()
362 plt_entry_size = 16; in dso__synthesize_plt_symbols()
367 plt_entry_size = 12; in dso__synthesize_plt_symbols()
372 plt_entry_size = 32; in dso__synthesize_plt_symbols()
377 plt_entry_size = shdr_plt.sh_entsize; 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()