Home | History | Annotate | Download | only in bfd

Lines Matching refs:stabsize

933   bfd_size_type stabsize, strsize;
965 #define STABSIZE (12)
976 stabsize = (info->stabsec->rawsize
1017 stabsize = (info->stabsec->rawsize
1020 stabsize = (stabsize / STABSIZE) * STABSIZE;
1025 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1031 0, stabsize)
1103 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE)
1119 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
1120 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1121 stab += STABSIZE;
1151 i < info->indextablesize && stab < info->stabs + stabsize;
1152 stab += STABSIZE)
1194 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize
1195 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO)
1199 stab += STABSIZE;
1242 info->indextable[i].stab = info->stabs + stabsize;
1300 stab = indexentry->stab + STABSIZE;
1309 for (; stab < (indexentry+1)->stab; stab += STABSIZE)