Lines Matching refs:startLine
67 W.startLine() << format("[%6tx] ", CurrentWord - StrContent); in printAsStringList()
68 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printAsStringList()
69 W.startLine() << '\n'; in printAsStringList()
125 W.startLine() << '\n'; in printSectionsAsString()
127 W.startLine() << "String dump of section '" << SectionName << "':\n"; in printSectionsAsString()
143 W.startLine() << '\n'; in printSectionsAsHex()
145 W.startLine() << "Hex dump of section '" << SectionName << "':\n"; in printSectionsAsHex()
157 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
159 W.startLine() << ' '; in printSectionsAsHex()
163 W.startLine() << format_hex_no_prefix(Val, 2); in printSectionsAsHex()
165 W.startLine() << ' '; in printSectionsAsHex()
174 W.startLine() << format("%*c", (4 - i) * 8 + (4 - i), ' '); in printSectionsAsHex()
176 W.startLine() << format("%*c", 8 - k * 2, ' '); in printSectionsAsHex()
180 W.startLine() << (isPrint(TmpSecPtr[i]) in printSectionsAsHex()
184 W.startLine() << '\n'; in printSectionsAsHex()