Lines Matching refs:highlight_address
2394 highlight_address, desc): argument
2395 region = self.reader.FindRegion(highlight_address)
2398 (highlight_address))
2415 (self.encfilename, highlight_address))
2419 (desc, start_address, end_address, highlight_address, expand))
2444 if slot == highlight_address:
2447 elif slot < highlight_address and highlight_address < slot + size:
2473 def output_ascii(self, f, start_address, end_address, highlight_address): argument
2474 region = self.reader.FindRegion(highlight_address)
2477 highlight_address)
2487 (self.encfilename, highlight_address))
2491 (start_address, end_address, highlight_address, expand))
2508 if address == highlight_address:
2517 if address == highlight_address:
2538 self, f, start_address, end_address, highlight_address, exact): argument
2539 region = self.reader.FindRegion(highlight_address)
2549 if line[0] + start_address == highlight_address:
2553 start_address = highlight_address
2555 lines = self.reader.GetDisasmLines(highlight_address, count)
2563 (self.encfilename, exactness, highlight_address))
2566 (start_address, end_address, highlight_address, expand))
2576 f, start_address, line, next_address, highlight_address)
2597 self, f, start, line, next_address, highlight_address): argument
2600 if line_address == highlight_address:
2603 elif (line_address < highlight_address and
2604 highlight_address < next_address + start):