Lines Matching defs:total_text
282 uint64_t total_text = 0;
294 total_text += Sec.size;
305 total_text += Seg.vmsize;
320 total_text += Sec.size;
331 total_text += Seg.vmsize;
341 uint64_t total = total_text + total_data + total_objc + total_others;
347 outs() << total_text << "\t" << total_data << "\t" << total_objc << "\t"
452 uint64_t total_text = 0;
463 total_text += size;
479 total = total_text + total_data + total_bss;
482 TotalObjectText += total_text;
504 outs() << format(fmtbuf.c_str(), total_text, total_data, total_bss);