Lines Matching refs:start_addr
146 def read_disam(dso_fname, dso_start, start_addr, stop_addr): argument
147 addr_range = str(start_addr) + ":" + str(stop_addr) + ":" + dso_fname
156 start_addr = start_addr - dso_start;
159 "--start-address="+format(start_addr,"#x"),
167 def print_disam(dso_fname, dso_start, start_addr, stop_addr): argument
168 for line in read_disam(dso_fname, dso_start, start_addr, stop_addr):
319 start_addr = cpu_data[str(cpu) + 'addr']
326 if (start_addr == 0):
331 if (start_addr < int(dso_start) or start_addr > int(dso_end)):
332 …print("Start address 0x%x is out of range [ 0x%x .. 0x%x ] for dso %s" % (start_addr, int(dso_star…
351 print_disam(dso_fname, dso_vm_start, start_addr + map_pgoff, stop_addr + map_pgoff)
353 …print("Failed to find dso %s for address range [ 0x%x .. 0x%x ]" % (dso, start_addr + map_pgoff, s…