Home
last modified time | relevance | path

Searched refs:compile_to_ax (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dprobe.h85 void (*compile_to_ax) (struct probe *probe, struct agent_expr *aexpr, member
H A Dvalue.h797 void (*compile_to_ax) (struct internalvar *var, member
H A Dvalue.c1781 || var->u.make_value.functions->compile_to_ax == NULL) in compile_internalvar_to_ax()
1784 var->u.make_value.functions->compile_to_ax (var, expr, value, in compile_internalvar_to_ax()
H A Delfread.c1644 probe->pops->compile_to_ax (probe, expr, value, n); in elf_compile_to_ax()