Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsymbol-elf.c1121 Elf_Scn *sec, *sec_strndx; in dso__load_sym_internal() local
1158 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal()
1159 if (sec_strndx == NULL) in dso__load_sym_internal()
1162 secstrs_run = elf_getdata(sec_strndx, NULL); in dso__load_sym_internal()
1166 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym_internal()
1167 if (sec_strndx == NULL) in dso__load_sym_internal()
1170 secstrs_sym = elf_getdata(sec_strndx, NULL); in dso__load_sym_internal()