Lines Matching refs:dl
414 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq() local
418 if (!dl->ops.target.sym) { in annotate_browser__callq()
423 notes = symbol__annotation(dl->ops.target.sym); in annotate_browser__callq()
426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
429 dl->ops.target.sym->name); in annotate_browser__callq()
435 target_ms.sym = dl->ops.target.sym; in annotate_browser__callq()
465 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump() local
469 if (!ins__is_jump(&dl->ins)) in annotate_browser__jump()
472 if (dl->ops.target.outside) { in annotate_browser__jump()
477 offset = dl->ops.target.offset; in annotate_browser__jump()
478 dl = annotate_browser__find_offset(browser, offset, &idx); in annotate_browser__jump()
479 if (dl == NULL) { in annotate_browser__jump()
484 annotate_browser__set_top(browser, &dl->al, idx); in annotate_browser__jump()
815 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run() local
821 else if (!dl->ins.ops) in annotate_browser__run()
823 else if (ins__is_ret(&dl->ins)) in annotate_browser__run()