Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c680 Elf_Scn *scn_plt_rel, *scn_symstrs, *scn_dynsym; in dso__synthesize_plt_symbols() local
777 scn_symstrs = elf_getscn(elf, shdr_dynsym.sh_link); in dso__synthesize_plt_symbols()
778 if (scn_symstrs == NULL) in dso__synthesize_plt_symbols()
781 symstrs = elf_getdata(scn_symstrs, NULL); in dso__synthesize_plt_symbols()