Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dsymbol.c1081 Elf_Scn *sec, *sec_strndx, *opdsec; in dso__load_sym() local
1137 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx); in dso__load_sym()
1138 if (sec_strndx == NULL) in dso__load_sym()
1141 secstrs = elf_getdata(sec_strndx, NULL); in dso__load_sym()