Searched refs:idx_asm (Results 1 – 3 of 3) sorted by relevance
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() argument357 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()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()[all …]
127 int idx_asm; member
1543 al->idx_asm = src->nr_asm_entries++; in annotation__set_index()1545 al->idx_asm = -1; in annotation__set_index()
Completed in 14 milliseconds