Searched refs:total_others (Results 1 – 1 of 1) sorted by relevance
203 uint64_t total_others = 0; in PrintDarwinSegmentSizes() local218 total_others += Sec.size; in PrintDarwinSegmentSizes()229 total_others += Seg.vmsize; in PrintDarwinSegmentSizes()244 total_others += Sec.size; in PrintDarwinSegmentSizes()255 total_others += Seg.vmsize; in PrintDarwinSegmentSizes()263 uint64_t total = total_text + total_data + total_objc + total_others; in PrintDarwinSegmentSizes()270 << total_others << "\t" << total << "\t" << format("%" PRIx64, total) in PrintDarwinSegmentSizes()