Lines Matching refs:annotation_line

31 	struct annotation_line	   *selection;
47 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
98 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
148 struct annotation_line *target; in annotate_browser__draw_current_jump()
227 static int disasm__cmp(struct annotation_line *a, struct annotation_line *b) in disasm__cmp()
239 static void disasm_rb_tree__insert(struct rb_root *root, struct annotation_line *al) in disasm_rb_tree__insert()
243 struct annotation_line *l; in disasm_rb_tree__insert()
247 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
259 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
269 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
286 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top()
342 struct annotation_line *al; in annotate_browser__toggle_source()
346 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
480 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
484 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
502 struct annotation_line *al; in __annotate_browser__search()
517 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
521 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
539 struct annotation_line *al; in __annotate_browser__search_reverse()