Home | History | Annotate | Download | only in tools

Lines Matching refs:lines

606   def PrintLines(self, lines):
608 print "\n".join("%s%s" % (indent, line) for line in lines)
908 lines = self.heap.reader.GetDisasmLines(self.entry, self.instruction_size)
912 p.PrintLines(self._FormatLine(line) for line in lines)
1043 lines = reader.GetDisasmLines(start, 2 * EIP_PROXIMITY)
1044 for line in lines: