shdr_rel_plt      288 tools/perf/util/symbol-elf.c 	GElf_Shdr shdr_rel_plt, shdr_dynsym;
shdr_rel_plt      310 tools/perf/util/symbol-elf.c 	scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
shdr_rel_plt      313 tools/perf/util/symbol-elf.c 		scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
shdr_rel_plt      321 tools/perf/util/symbol-elf.c 	if (shdr_rel_plt.sh_link != dynsym_idx)
shdr_rel_plt      350 tools/perf/util/symbol-elf.c 	nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize;
shdr_rel_plt      380 tools/perf/util/symbol-elf.c 	if (shdr_rel_plt.sh_type == SHT_RELA) {
shdr_rel_plt      407 tools/perf/util/symbol-elf.c 	} else if (shdr_rel_plt.sh_type == SHT_REL) {