Searched defs:probe_ops (Results 1 – 3 of 3) sorted by relevance
52 struct probe_ops struct61 int (*is_linespec) (const char **linespecp);70 void (*relocate) (struct probe *probe, CORE_ADDR delta);74 unsigned (*get_probe_argument_count) (struct probe *probe);79 struct value *(*evaluate_probe_argument) (struct probe *probe,85 void (*compile_to_ax) (struct probe *probe, struct agent_expr *aexpr,92 void (*set_semaphore) (struct probe *probe, struct gdbarch *gdbarch);98 void (*clear_semaphore) (struct probe *probe, struct gdbarch *gdbarch);126 /* Definition of a vector of probe_ops. */ argument
49 const struct probe_ops *probe_ops; in parse_probes() local665 const struct probe_ops *probe_ops; in probe_linespec_to_ops() local
1598 const struct probe_ops *probe_ops; in VEC() local