• Home
  • Raw
  • Download

Lines Matching refs:outs

102   outs() << ToolName << ": error reading file: " << ec.message() << ".\n";  in error()
103 outs().flush(); in error()
157 outs() << output; in DumpBytes()
222 outs() << "Disassembly of section " << name << ':'; in DisassembleObject()
298 outs() << '\n' << Symbols[si].second << ":\n"; in DisassembleObject()
311 outs() << format("%8" PRIx64 ":\t", SectionAddr + Index); in DisassembleObject()
313 IP->printInst(&Inst, outs(), ""); in DisassembleObject()
314 outs() << "\n"; in DisassembleObject()
338 outs() << format("\t\t\t%8" PRIx64 ": ", SectionAddr + addr) << name in DisassembleObject()
358 outs() << "RELOCATION RECORDS FOR [" << secname << "]:\n"; in PrintRelocations()
373 outs() << address << " " << relocname << " " << valuestr << "\n"; in PrintRelocations()
375 outs() << "\n"; in PrintRelocations()
380 outs() << "Sections:\n" in PrintSectionHeaders()
399 outs() << format("%3d %-13s %09" PRIx64 " %017" PRIx64 " %s\n", in PrintSectionHeaders()
418 outs() << "Contents of section " << Name << ":\n"; in PrintSectionContents()
422 outs() << format(" %04" PRIx64 " ", BaseAddr + addr); in PrintSectionContents()
426 outs() << ' '; in PrintSectionContents()
428 outs() << hexdigit((Contents[addr + i] >> 4) & 0xF, true) in PrintSectionContents()
431 outs() << " "; in PrintSectionContents()
434 outs() << " "; in PrintSectionContents()
437 outs() << Contents[addr + i]; in PrintSectionContents()
439 outs() << "."; in PrintSectionContents()
441 outs() << "\n"; in PrintSectionContents()
459 outs() << "AUX " in PrintCOFFSymbolTable()
469 outs() << "AUX Unknown\n"; in PrintCOFFSymbolTable()
475 outs() << "[" << format("%2d", i) << "]" in PrintCOFFSymbolTable()
489 outs() << "SYMBOL TABLE:\n"; in PrintSymbolTable()
530 outs() << format("%08" PRIx64, Address) << " " in PrintSymbolTable()
540 outs() << "*ABS*"; in PrintSymbolTable()
542 outs() << "*UND*"; in PrintSymbolTable()
547 outs() << SectionName; in PrintSymbolTable()
549 outs() << '\t' in PrintSymbolTable()
558 outs() << '\n'; in DumpObject()
559 outs() << o->getFileName() in DumpObject()