Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c434 u64 *plt_header_size, u64 *plt_entry_size) in get_plt_sizes() argument
438 *plt_header_size = 20; in get_plt_sizes()
442 *plt_header_size = 32; in get_plt_sizes()
446 *plt_header_size = 32; in get_plt_sizes()
450 *plt_header_size = 48; in get_plt_sizes()
454 *plt_header_size = 128; in get_plt_sizes()
463 *plt_header_size = *plt_entry_size; in get_plt_sizes()
466 *plt_header_size = shdr_plt->sh_entsize; in get_plt_sizes()
675 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local
703 if (!get_plt_sizes(dso, &ehdr, &shdr_plt, &plt_header_size, &plt_entry_size)) in dso__synthesize_plt_symbols()
[all …]