Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsymbol-elf.c324 Elf_Scn *scn_plt_rel, *scn_symstrs, *scn_dynsym; in dso__synthesize_plt_symbols() local
344 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
346 if (scn_plt_rel == NULL) { in dso__synthesize_plt_symbols()
347 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
349 if (scn_plt_rel == NULL) in dso__synthesize_plt_symbols()
365 reldata = elf_getdata(scn_plt_rel, NULL); in dso__synthesize_plt_symbols()