Lines Matching defs:total
70 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
100 /* Show total size. */
145 /* True if total sizes should be printed. */
147 /* To print the total sizes in a reasonable format remember the highest
188 /* Print the total sizes but only if the output format is BSD and at
423 GElf_Off total = 0;
444 total += shdr->sh_size;
450 digits - 2, total);
453 digits - 2, total);
456 digits - 2, total);
470 GElf_Off total = 0;
494 total += shdr->sh_size;
498 printf (" = %#" PRIx64 "\n", total);
500 printf (" = %" PRId64 "\n", total);
502 printf (" = %" PRIo64 "\n", total);
568 /* Show total size. */
594 GElf_Off total = 0;
621 total += phdr->p_memsz;
625 printf (" = %#" PRIx64 "\n", total);
627 printf (" = %" PRId64 "\n", total);
629 printf (" = %" PRIo64 "\n", total);