Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsymbol-elf.c319 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
388 plt_header_size = 20; in dso__synthesize_plt_symbols()
393 plt_header_size = 32; in dso__synthesize_plt_symbols()
398 plt_header_size = 48; in dso__synthesize_plt_symbols()
403 plt_header_size = 128; in dso__synthesize_plt_symbols()
408 plt_header_size = shdr_plt.sh_entsize; in dso__synthesize_plt_symbols()
412 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()