Searched refs:total_datasize (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsize.c72 static bfd_size_type total_datasize;
265 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
271 rprint_number (col_width, total_datasize);
523 total_datasize += datasize;
71 static bfd_size_type total_datasize; variable
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsize.c72 static bfd_size_type total_datasize;
265 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
271 rprint_number (col_width, total_datasize);
523 total_datasize += datasize;
71 static bfd_size_type total_datasize; variable
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsize.c72 static bfd_size_type total_datasize;
267 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
273 rprint_number (col_width, total_datasize);
529 total_datasize += datasize;
71 static bfd_size_type total_datasize; variable

Completed in 213 milliseconds