Lines Matching defs:cursor
123 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor)
125 struct disasm_line *pos = list_prev_entry(cursor, al.node);
143 if (!name || !cursor->ins.name)
146 if (ins__is_fused(ab->arch, name, cursor->ins.name))
154 struct disasm_line *cursor = disasm_line(ab->selection);
168 if (!disasm_line__is_valid_local_jump(cursor, sym))
191 target = notes->offsets[cursor->ops.target.offset];
194 cursor->ops.target.offset);
199 from = cursor->al.idx_asm;
202 from = (u64)cursor->al.idx;
213 diff = is_fused(ab, cursor);
394 /* move cursor to next asm line */
420 struct disasm_line *cursor = disasm_line(ab->selection);
421 struct annotation_line *al = &cursor->al;