Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dsymbol-elf.c683 Elf_Scn *scn_plt_rel, *scn_symstrs, *scn_dynsym; in dso__synthesize_plt_symbols() local
735 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
737 if (scn_plt_rel == NULL) { in dso__synthesize_plt_symbols()
738 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
740 if (scn_plt_rel == NULL) in dso__synthesize_plt_symbols()
772 ri.reldata = elf_getdata(scn_plt_rel, NULL); in dso__synthesize_plt_symbols()