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()
169 W.startLine() << '\n'; in printSectionsAsString()
171 W.startLine() << "String dump of section '" << SectionName << "':\n"; in printSectionsAsString()
191 W.startLine() << '\n'; in printSectionsAsHex()
193 W.startLine() << "Hex dump of section '" << SectionName << "':\n"; in printSectionsAsHex()
207 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
209 W.startLine() << ' '; in printSectionsAsHex()
213 W.startLine() << format_hex_no_prefix(Val, 2); in printSectionsAsHex()
215 W.startLine() << ' '; in printSectionsAsHex()
224 W.startLine() << format("%*c", (4 - i) * 8 + (4 - i), ' '); in printSectionsAsHex()
226 W.startLine() << format("%*c", 8 - k * 2, ' '); in printSectionsAsHex()
230 W.startLine() << (isPrint(TmpSecPtr[i]) in printSectionsAsHex()
234 W.startLine() << '\n'; in printSectionsAsHex()