Home
last modified time | relevance | path

Searched refs:agent_op (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dax.h90 enum agent_op enum
151 extern void ax_simple (struct agent_expr *EXPR, enum agent_op OP);
171 extern int ax_goto (struct agent_expr *EXPR, enum agent_op OP);
Dax-general.c38 static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
130 ax_simple (struct agent_expr *x, enum agent_op op) in ax_simple()
140 generic_ext (struct agent_expr *x, enum agent_op op, int n) in generic_ext()
192 ax_goto (struct agent_expr *x, enum agent_op op) in ax_goto()
223 static enum agent_op ops[] in ax_const_l()
347 enum agent_op op = x->buf[i]; in ax_print()
Dax-gdb.c104 enum agent_op op, struct type *type);
116 enum agent_op op,
117 enum agent_op op_unsigned, int may_carry, char *name);
938 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type) in gen_scale()
1057 struct axs_value *value1, struct axs_value *value2, enum agent_op op, in gen_binop()
1058 enum agent_op op_unsigned, int may_carry, char *name) in gen_binop()
1197 static enum agent_op ops[] in gen_bitfield_ref()