Searched refs:stabidx (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 193 if (!((stabidx = findelfsecidx(elf, file, ".stab.excl")) >= 0 && in stabs_read() 195 !((stabidx = findelfsecidx(elf, file, ".stab")) >= 0 && in stabs_read() 206 debug(3, "Found stabs in %d, strings in %d\n", stabidx, stabstridx); in stabs_read() 208 scn = elf_getscn(elf, stabidx); in stabs_read()
|