Lines Matching refs:highlight_address
2290 highlight_address, desc): argument
2291 region = self.reader.FindRegion(highlight_address)
2294 (highlight_address))
2311 (self.encfilename, highlight_address))
2315 (desc, start_address, end_address, highlight_address, expand))
2339 if slot == highlight_address:
2342 elif slot < highlight_address and highlight_address < slot + size:
2368 def output_ascii(self, f, start_address, end_address, highlight_address): argument
2369 region = self.reader.FindRegion(highlight_address)
2372 highlight_address)
2382 (self.encfilename, highlight_address))
2386 (start_address, end_address, highlight_address, expand))
2402 if address == highlight_address:
2411 if address == highlight_address:
2432 self, f, start_address, end_address, highlight_address, exact): argument
2433 region = self.reader.FindRegion(highlight_address)
2443 if line[0] + start_address == highlight_address:
2447 start_address = highlight_address
2449 lines = self.reader.GetDisasmLines(highlight_address, count)
2457 (self.encfilename, exactness, highlight_address))
2460 (start_address, end_address, highlight_address, expand))
2470 f, start_address, line, next_address, highlight_address)
2491 self, f, start, line, next_address, highlight_address): argument
2494 if line_address == highlight_address:
2497 elif (line_address < highlight_address and
2498 highlight_address < next_address + start):