Lines Matching refs:idx_asm
199 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
200 to = target->idx_asm; in annotate_browser__draw_current_jump()
302 idx = pos->idx_asm; in annotate_browser__set_rb_top()
359 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
366 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
384 if (al->idx_asm < offset) in annotate_browser__toggle_source()
393 if (al->idx_asm < 0) { in annotate_browser__toggle_source()
402 if (al->idx_asm < offset) in annotate_browser__toggle_source()
403 offset = al->idx_asm; in annotate_browser__toggle_source()
408 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
409 browser->b.index = al->idx_asm; in annotate_browser__toggle_source()