Lines Matching refs:idx_asm
24 int idx_asm; member
280 from = bcursor->idx_asm; in annotate_browser__draw_current_jump()
281 to = btarget->idx_asm; in annotate_browser__draw_current_jump()
373 idx = bpos->idx_asm; in annotate_browser__set_rb_top()
441 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
450 if (bdl->idx_asm < 0) { in annotate_browser__toggle_source()
456 if (bdl->idx_asm < offset) in annotate_browser__toggle_source()
457 offset = bdl->idx_asm; in annotate_browser__toggle_source()
462 browser->b.top_idx = bdl->idx_asm - offset; in annotate_browser__toggle_source()
463 browser->b.index = bdl->idx_asm; in annotate_browser__toggle_source()
1073 bpos->idx_asm = browser.nr_asm_entries++; in symbol__tui_annotate()
1084 bpos->idx_asm = -1; in symbol__tui_annotate()