Lines Matching refs:annotation_line
28 struct annotation_line *selection;
44 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
95 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
155 struct annotation_line *target; in annotate_browser__draw_current_jump()
235 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp()
250 struct annotation_line *al) in disasm_rb_tree__insert()
255 struct annotation_line *l; in disasm_rb_tree__insert()
259 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
271 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
281 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
298 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top()
351 static struct annotation_line *annotate_browser__find_next_asm_line( in annotate_browser__find_next_asm_line()
353 struct annotation_line *al) in annotate_browser__find_next_asm_line()
355 struct annotation_line *it = al; in annotate_browser__find_next_asm_line()
377 struct annotation_line *al; in annotate_browser__toggle_source()
381 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
421 struct annotation_line *al = &cursor->al; in annotate_browser__show_full_location()
539 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
543 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
561 struct annotation_line *al; in __annotate_browser__search()
576 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
580 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
598 struct annotation_line *al; in __annotate_browser__search_reverse()