Searched refs:compile_to_ax (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprobe.h150 virtual void compile_to_ax (struct agent_expr *aexpr,
H A Ddtrace-probe.c134 void compile_to_ax (struct agent_expr *aexpr,
724 /* Implementation of the compile_to_ax method. */
727 dtrace_probe::compile_to_ax (struct agent_expr *expr, struct axs_value *value, function in class:dtrace_probe
H A Dstap-probe.c154 void compile_to_ax (struct agent_expr *aexpr,
1404 stap_probe::compile_to_ax (struct agent_expr *expr, struct axs_value *value, function in class:stap_probe
H A Dprobe.c866 pc_probe.prob->compile_to_ax (expr, value, sel);
H A Dvalue.h1005 void (*compile_to_ax) (struct internalvar *var,
1004 void (*compile_to_ax) (struct internalvar *var, member in struct:internalvar_funcs
H A Dvalue.c2078 || var->u.make_value.functions->compile_to_ax == NULL)
2081 var->u.make_value.functions->compile_to_ax (var, expr, value,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprobe.h150 virtual void compile_to_ax (struct agent_expr *aexpr,
H A Ddtrace-probe.c135 void compile_to_ax (struct agent_expr *aexpr,
720 /* Implementation of the compile_to_ax method. */
723 dtrace_probe::compile_to_ax (struct agent_expr *expr, struct axs_value *value, function in class:dtrace_probe
H A Dstap-probe.c157 void compile_to_ax (struct agent_expr *aexpr,
1454 stap_probe::compile_to_ax (struct agent_expr *expr, struct axs_value *value, function in class:stap_probe
H A Dprobe.c864 pc_probe.prob->compile_to_ax (expr, value, sel);
H A Dvalue.h1023 void (*compile_to_ax) (struct internalvar *var,
1022 void (*compile_to_ax) (struct internalvar *var, member in struct:internalvar_funcs
H A Dvalue.c2223 || var->u.make_value.functions->compile_to_ax == NULL)
2226 var->u.make_value.functions->compile_to_ax (var, expr, value,

Completed in 227 milliseconds