Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c1498 Elf_Scn *sec, *sec_strndx; in dso__load_sym_internal() local
1535 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym_internal()
1536 if (sec_strndx == NULL) in dso__load_sym_internal()
1539 secstrs_run = elf_getdata(sec_strndx, NULL); in dso__load_sym_internal()
1543 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym_internal()
1544 if (sec_strndx == NULL) in dso__load_sym_internal()
1547 secstrs_sym = elf_getdata(sec_strndx, NULL); in dso__load_sym_internal()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c1082 Elf_Scn *sec, *sec_strndx; in dso__load_sym() local
1138 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym()
1139 if (sec_strndx == NULL) in dso__load_sym()
1142 secstrs = elf_getdata(sec_strndx, NULL); in dso__load_sym()

Completed in 7 milliseconds