Lines Matching refs:annotation_line

33 	struct annotation_line	   *selection;
49 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
100 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
160 struct annotation_line *target; in annotate_browser__draw_current_jump()
240 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp()
255 struct annotation_line *al) in disasm_rb_tree__insert()
260 struct annotation_line *l; in disasm_rb_tree__insert()
264 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
276 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
286 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
303 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top()
356 static struct annotation_line *annotate_browser__find_next_asm_line( in annotate_browser__find_next_asm_line()
358 struct annotation_line *al) in annotate_browser__find_next_asm_line()
360 struct annotation_line *it = al; in annotate_browser__find_next_asm_line()
382 struct annotation_line *al; in annotate_browser__toggle_source()
386 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
426 struct annotation_line *al = &cursor->al; in annotate_browser__show_full_location()
543 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
547 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
565 struct annotation_line *al; in __annotate_browser__search()
580 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
584 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
602 struct annotation_line *al; in __annotate_browser__search_reverse()