Home
last modified time | relevance | path

Searched refs:scn_symstrs (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
373 scn_symstrs = elf_getscn(elf, shdr_dynsym.sh_link); in dso__synthesize_plt_symbols()
374 if (scn_symstrs == NULL) in dso__synthesize_plt_symbols()
377 symstrs = elf_getdata(scn_symstrs, NULL); in dso__synthesize_plt_symbols()