Home
last modified time | relevance | path

Searched refs:plt_header_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
356 plt_header_size = 20; in dso__synthesize_plt_symbols()
361 plt_header_size = 32; in dso__synthesize_plt_symbols()
366 plt_header_size = 48; in dso__synthesize_plt_symbols()
371 plt_header_size = 128; in dso__synthesize_plt_symbols()
376 plt_header_size = shdr_plt.sh_entsize; in dso__synthesize_plt_symbols()
380 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()