Lines Matching defs:cursor
128 static bool is_fused(struct annotate_browser *ab, struct disasm_line *cursor)
130 struct disasm_line *pos = list_prev_entry(cursor, al.node);
141 if (!name || !cursor->ins.name)
144 return ins__is_fused(ab->arch, name, cursor->ins.name);
150 struct disasm_line *cursor = disasm_line(ab->selection);
163 if (!disasm_line__is_valid_local_jump(cursor, sym))
186 target = notes->offsets[cursor->ops.target.offset];
189 cursor->ops.target.offset);
194 from = cursor->al.idx_asm;
197 from = (u64)cursor->al.idx;
208 if (is_fused(ab, cursor)) {