Lines Matching refs:target
151 struct annotation_line *target;
186 target = notes->offsets[cursor->ops.target.offset];
187 if (target == NULL) {
188 ui_helpline__printf("WARN: jump target inconsistency, press 'o', notes->offsets[%#x] = NULL\n",
189 cursor->ops.target.offset);
195 to = target->idx_asm;
198 to = (u64)target->idx;
405 * So all we check here is that dl->ops.target.sym is set, if it is, just
418 if (!dl->ops.target.sym) {
423 notes = symbol__annotation(dl->ops.target.sym);
426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
429 dl->ops.target.sym->name);
435 target_ms.sym = dl->ops.target.sym;
472 if (dl->ops.target.outside) {
477 offset = dl->ops.target.offset;
736 "ENTER Go to target\n"
740 "j Toggle showing jump to target arrows\n"