Lines Matching refs:cursor
121 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor) in is_fused() argument
123 struct disasm_line *pos = list_prev_entry(cursor, al.node); in is_fused()
141 if (!name || !cursor->ins.name) in is_fused()
144 if (ins__is_fused(ab->arch, name, cursor->ins.name)) in is_fused()
152 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__draw_current_jump() local
167 if (!disasm_line__is_valid_local_jump(cursor, sym)) in annotate_browser__draw_current_jump()
190 target = annotated_source__get_line(notes->src, cursor->ops.target.offset); in annotate_browser__draw_current_jump()
193 cursor->ops.target.offset); in annotate_browser__draw_current_jump()
198 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
201 from = (u64)cursor->al.idx; in annotate_browser__draw_current_jump()
212 diff = is_fused(ab, cursor); in annotate_browser__draw_current_jump()
494 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__show_full_location() local
495 struct annotation_line *al = &cursor->al; in annotate_browser__show_full_location()