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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dstabs.c49 #define STABSIZE 12 macro
170 if (stabsec->size % STABSIZE != 0)
213 count = stabsec->size / STABSIZE;
245 sym += STABSIZE, ++pstridx)
309 for (incl_sym = sym + STABSIZE;
311 incl_sym += STABSIZE)
414 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1;
416 incl_sym += STABSIZE, ++incl_pstridx)
459 stabsec->size = (count - skip) * STABSIZE;
486 offset += STABSIZE;
[all...]
H A Dsyms.c951 #define STABSIZE (12) macro
1082 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1097 if (stab + STABSIZE < info->stabs + stabsize
1098 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1100 stab += STABSIZE;
1129 stab += STABSIZE)
1171 if (stab + STABSIZE >= info->stabs + stabsize
1172 || *(stab + STABSIZE + TYPEOFF) != (bfd_byte) N_SO)
1180 stab += STABSIZE;
1287 stab = indexentry->stab + STABSIZE;
[all...]
H A Delf32-ip2k.c550 #define STABSIZE 12 macro
690 stabp += STABSIZE;
691 for (;stabp < stabend; stabp += STABSIZE)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c2171 #define STABSIZE (12)
2196 for (i = -1; stabp < stabs_end; stabp += STABSIZE, i++)
2165 #define STABSIZE macro

Completed in 185 milliseconds