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

/linux-master/tools/perf/util/
H A Dsymbol-elf.c677 GElf_Shdr shdr_plt, plt_sec_shdr; local
720 elf_section_by_name(elf, &ehdr, &plt_sec_shdr, ".plt.sec", NULL)) {
721 if (!get_plt_sizes(dso, &ehdr, &plt_sec_shdr, &plt_header_size, &plt_entry_size))
726 plt_offset = plt_sec_shdr.sh_offset;

Completed in 236 milliseconds