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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c691 Elf_Scn *sec, *sec_strndx; local
731 sec_strndx = elf_getscn(elf, ehdr.e_shstrndx);
732 if (sec_strndx == NULL)
735 secstrs = elf_getdata(sec_strndx, NULL);

Completed in 59 milliseconds