Searched refs:ax_goto (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ax-gdb.c | 1861 if1 = ax_goto (ax, aop_if_goto); in gen_expr() 1862 go1 = ax_goto (ax, aop_goto); in gen_expr() 1866 if2 = ax_goto (ax, aop_if_goto); in gen_expr() 1867 go2 = ax_goto (ax, aop_goto); in gen_expr() 1870 end = ax_goto (ax, aop_goto); in gen_expr() 1884 if1 = ax_goto (ax, aop_if_goto); in gen_expr() 1887 if2 = ax_goto (ax, aop_if_goto); in gen_expr() 1889 end = ax_goto (ax, aop_goto); in gen_expr() 1907 if1 = ax_goto (ax, aop_if_goto); in gen_expr() 1910 end = ax_goto (ax, aop_goto); in gen_expr()
|
| HD | ax.h | 201 extern int ax_goto (struct agent_expr *EXPR, enum agent_op OP);
|
| HD | ax-general.c | 215 ax_goto (struct agent_expr *x, enum agent_op op) in ax_goto() function
|
| HD | dwarf2loc.c | 2950 i = ax_goto (expr, aop_if_goto); in dwarf2_compile_expr_to_ax() 3101 i = ax_goto (expr, aop_goto); in dwarf2_compile_expr_to_ax() 3111 i = ax_goto (expr, aop_if_goto); in dwarf2_compile_expr_to_ax()
|