Lines Matching refs:idx_asm
17 int idx_asm; member
240 from = bcursor->idx_asm; in annotate_browser__draw_current_jump()
241 to = btarget->idx_asm; in annotate_browser__draw_current_jump()
337 idx = bpos->idx_asm; in annotate_browser__set_rb_top()
402 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
411 if (bdl->idx_asm < 0) { in annotate_browser__toggle_source()
417 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
418 offset = bdl->idx_asm; in annotate_browser__toggle_source()
423 browser->b.top_idx = bdl->idx_asm - offset; in annotate_browser__toggle_source()
424 browser->b.index = bdl->idx_asm; in annotate_browser__toggle_source()
950 bpos->idx_asm = browser.nr_asm_entries++; in symbol__tui_annotate()
961 bpos->idx_asm = -1; in symbol__tui_annotate()