Lines Matching refs:idx_asm
198 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
199 to = target->idx_asm; in annotate_browser__draw_current_jump()
299 idx = pos->idx_asm; in annotate_browser__set_rb_top()
350 int idx_asm) in annotate_browser__find_new_asm_line() argument
357 if (al->idx_asm == idx_asm) in annotate_browser__find_new_asm_line()
373 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
380 if (it->idx_asm >= 0) in annotate_browser__find_next_asm_line()
431 int orig_idx_asm = al->idx_asm; in annotate_browser__toggle_source()
451 browser->b.seek(&browser->b, al->idx_asm, SEEK_SET); in annotate_browser__toggle_source()
455 if (al->idx_asm < offset) in annotate_browser__toggle_source()
464 if (al->idx_asm < 0) { in annotate_browser__toggle_source()
473 if (al->idx_asm < offset) in annotate_browser__toggle_source()
474 offset = al->idx_asm; in annotate_browser__toggle_source()
479 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
480 browser->b.index = al->idx_asm; in annotate_browser__toggle_source()