Lines Matching refs:startLine
84 W.startLine() << format("[%6tx] ", CurrentWord - StrContent); in printAsStringList()
85 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printAsStringList()
86 W.startLine() << '\n'; in printAsStringList()
94 W.startLine() << "\n"; in printFileSummary()
166 W.startLine() << "\nString dump of section '" << SectionName << "':\n"; in printSectionsAsString()
183 W.startLine() << "\nHex dump of section '" << SectionName << "':\n"; in printSectionsAsHex()
197 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
199 W.startLine() << ' '; in printSectionsAsHex()
203 W.startLine() << format_hex_no_prefix(Val, 2); in printSectionsAsHex()
205 W.startLine() << ' '; in printSectionsAsHex()
214 W.startLine() << format("%*c", (4 - i) * 8 + (4 - i), ' '); in printSectionsAsHex()
216 W.startLine() << format("%*c", 8 - k * 2, ' '); in printSectionsAsHex()
220 W.startLine() << (isPrint(TmpSecPtr[i]) in printSectionsAsHex()
224 W.startLine() << '\n'; in printSectionsAsHex()