Lines Matching refs:node
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()
123 struct disasm_line *pos = list_prev_entry(cursor, al.node); in is_fused()
128 pos = list_prev_entry(pos, al.node); in is_fused()
279 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
318 list_for_each_entry(pos, ¬es->src->source, al.node) { in annotate_browser__calc_percent()
355 list_for_each_entry_continue(it, browser->b.entries, node) { in annotate_browser__find_next_asm_line()
362 list_for_each_entry_continue_reverse(it, browser->b.entries, node) { in annotate_browser__find_next_asm_line()
378 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
497 list_for_each_entry(pos, ¬es->src->source, al.node) { in annotate_browser__find_offset()
543 list_for_each_entry_continue(al, ¬es->src->source, node) { in annotate_browser__find_string()
580 list_for_each_entry_continue_reverse(al, ¬es->src->source, node) { in annotate_browser__find_string_reverse()