Lines Matching refs:total
1526 unsigned long total; in ecoff_write_shuffle() local
1528 total = 0; in ecoff_write_shuffle()
1545 total += l->size; in ecoff_write_shuffle()
1548 if ((total & (swap->debug_align - 1)) != 0) in ecoff_write_shuffle()
1553 i = swap->debug_align - (total & (swap->debug_align - 1)); in ecoff_write_shuffle()
1609 unsigned long total; in bfd_ecoff_write_accumulated_debug() local
1617 total = 1; in bfd_ecoff_write_accumulated_debug()
1629 total += len + 1; in bfd_ecoff_write_accumulated_debug()
1632 if ((total & (swap->debug_align - 1)) != 0) in bfd_ecoff_write_accumulated_debug()
1637 i = swap->debug_align - (total & (swap->debug_align - 1)); in bfd_ecoff_write_accumulated_debug()
2407 unsigned long total; in ecoff_collect_shuffle() local
2409 total = 0; in ecoff_collect_shuffle()
2421 total += l->size; in ecoff_collect_shuffle()
2456 unsigned long total; in _bfd_ecoff_get_accumulated_ss() local
2462 total = 1; in _bfd_ecoff_get_accumulated_ss()
2472 total += len + 1; in _bfd_ecoff_get_accumulated_ss()