Home
last modified time | relevance | path

Searched defs:lval_funcs (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dvalue.h168 struct lval_funcs struct
174 void (*read) (struct value *v);
181 void (*write) (struct value *toval, struct value *fromval);
186 int (*check_validity) (const struct value *value, int offset, int length);
189 int (*check_any_valid) (const struct value *value);
194 struct value *(*indirect) (struct value *value);
199 struct value *(*coerce_ref) (const struct value *value);
203 int (*check_synthetic_pointer) (const struct value *value,
227 const struct lval_funcs *funcs, argument