Lines Matching refs:STABSIZE
965 #define STABSIZE (12) in _bfd_stab_section_find_nearest_line() macro
1020 stabsize = (stabsize / STABSIZE) * STABSIZE; in _bfd_stab_section_find_nearest_line()
1103 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1119 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1120 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1121 stab += STABSIZE; in _bfd_stab_section_find_nearest_line()
1152 stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1194 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1195 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1199 stab += STABSIZE; in _bfd_stab_section_find_nearest_line()
1300 stab = indexentry->stab + STABSIZE; in _bfd_stab_section_find_nearest_line()
1309 for (; stab < (indexentry+1)->stab; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()