Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c319 Elf_Scn *scn_plt_rel, *scn_symstrs, *scn_dynsym; in dso__synthesize_plt_symbols() local
368 scn_symstrs = elf_getscn(elf, shdr_dynsym.sh_link); in dso__synthesize_plt_symbols()
369 if (scn_symstrs == NULL) in dso__synthesize_plt_symbols()
372 symstrs = elf_getdata(scn_symstrs, NULL); in dso__synthesize_plt_symbols()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds