Lines Matching refs:lines
153 # Get a list of disassembled lines and their addresses.
154 lines = self._GetDisasmLines(arch, options)
155 if len(lines) == 0:
157 # Print annotated lines.
158 address = lines[0][0]
160 for i in xrange(len(lines)):
161 start_offset = lines[i][0] - address
162 if i == len(lines) - 1:
165 end_offset = lines[i + 1][0] - address
178 print "%15.2f %x: %s" % (count, lines[i][0], lines[i][1])
180 print "%s %x: %s" % (" " * 15, lines[i][0], lines[i][1])
729 # Unfortunately, section headers span two lines, so we have to