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

/freebsd-9.3-release/contrib/binutils/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...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dstab.c36 #define STABSIZE 2003 macro
39 static STAB *SymTab[STABSIZE];
62 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;
236 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
275 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
317 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
364 for (i = 0; i < STABSIZE; i++)
446 for (i = 0; i < STABSIZE; i++)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c2242 #define STABSIZE (12)
2267 for (i = -1; stabp < stabs_end; stabp += STABSIZE, i++)
2236 #define STABSIZE macro

Completed in 111 milliseconds