Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c676 GElf_Shdr shdr_plt, plt_sec_shdr; in dso__synthesize_plt_symbols() local
719 elf_section_by_name(elf, &ehdr, &plt_sec_shdr, ".plt.sec", NULL)) { in dso__synthesize_plt_symbols()
720 if (!get_plt_sizes(dso, &ehdr, &plt_sec_shdr, &plt_header_size, &plt_entry_size)) in dso__synthesize_plt_symbols()
725 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()