Lines Matching refs:stabsize
956 bfd_size_type stabsize, strsize; in _bfd_stab_section_find_nearest_line() local
999 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
1040 stabsize = (info->stabsec->rawsize in _bfd_stab_section_find_nearest_line()
1043 stabsize = (stabsize / STABSIZE) * STABSIZE; in _bfd_stab_section_find_nearest_line()
1048 if (stabsize == 0 || strsize == 0) in _bfd_stab_section_find_nearest_line()
1109 || octets > stabsize - 4) in _bfd_stab_section_find_nearest_line()
1135 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1151 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1190 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()
1237 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1298 info->indextable[i].stab = info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()