Searched refs:stabstridx (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 189 int stabidx, stabstridx; in stabs_read() local 194 (stabstridx = findelfsecidx(elf, file, ".stab.exclstr")) >= 0) && in stabs_read() 196 (stabstridx = findelfsecidx(elf, file, ".stabstr")) >= 0)) { in stabs_read() 206 debug(3, "Found stabs in %d, strings in %d\n", stabidx, stabstridx); in stabs_read() 250 if ((str = elf_strptr(elf, stabstridx, in stabs_read()
|