Searched refs:bss_size (Results 1 – 2 of 2) sorted by relevance
2351 bfd_size_type bss_size; in _bfd_ecoff_write_object_contents() local2380 bss_size = 0; in _bfd_ecoff_write_object_contents()2498 bss_size += current->size; in _bfd_ecoff_write_object_contents()2576 if (bss_size < internal_a.dsize - data_size) in _bfd_ecoff_write_object_contents()2577 bss_size = 0; in _bfd_ecoff_write_object_contents()2579 bss_size -= internal_a.dsize - data_size; in _bfd_ecoff_write_object_contents()2580 internal_a.bsize = bss_size; in _bfd_ecoff_write_object_contents()
7885 or bss_size either.8829 and bss_size bfd_size_type instead of unsigned long. Make