Home | History | Annotate | Download | only in scripts

Lines Matching refs:test_addr

952             for test_addr in test_addrs:
953 addr2line.add_addr(dso_path, test_addr['func_addr'], test_addr['addr'])
959 for test_addr in test_addrs:
960 source_str = test_addr['source']
965 actual_source = addr2line.get_addr_source(dso, test_addr['addr'])