Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dsymbol-elf.c285 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
355 plt_entry_size = 12; in dso__synthesize_plt_symbols()
360 plt_entry_size = 16; in dso__synthesize_plt_symbols()
365 plt_entry_size = 12; in dso__synthesize_plt_symbols()
370 plt_entry_size = 32; in dso__synthesize_plt_symbols()
375 plt_entry_size = shdr_plt.sh_entsize; in dso__synthesize_plt_symbols()
398 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()
403 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()
424 f = symbol__new(plt_offset, plt_entry_size, in dso__synthesize_plt_symbols()
429 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()