Lines Matching refs:annotation_line
28 struct annotation_line *selection;
42 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
93 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
153 struct annotation_line *target; in annotate_browser__draw_current_jump()
234 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp()
249 struct annotation_line *al) in disasm_rb_tree__insert()
254 struct annotation_line *l; in disasm_rb_tree__insert()
258 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
270 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
279 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
295 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top()
348 static struct annotation_line *annotate_browser__find_next_asm_line( in annotate_browser__find_next_asm_line()
350 struct annotation_line *al) in annotate_browser__find_next_asm_line()
352 struct annotation_line *it = al; in annotate_browser__find_next_asm_line()
374 struct annotation_line *al; in annotate_browser__toggle_source()
378 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
418 struct annotation_line *al = &cursor->al; in annotate_browser__show_full_location()
536 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
540 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
558 struct annotation_line *al; in __annotate_browser__search()
573 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
577 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
595 struct annotation_line *al; in __annotate_browser__search_reverse()