Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol-elf.c290 Elf_Scn *scn_plt_rel, *scn_symstrs, *scn_dynsym; in dso__synthesize_plt_symbols() local
339 scn_symstrs = elf_getscn(elf, shdr_dynsym.sh_link); in dso__synthesize_plt_symbols()
340 if (scn_symstrs == NULL) in dso__synthesize_plt_symbols()
343 symstrs = elf_getdata(scn_symstrs, NULL); in dso__synthesize_plt_symbols()