Home | History | Annotate | Download | only in ltrace

Lines Matching refs:parent

33 		  struct value *parent, struct arg_type_info *type,
41 valp->parent = parent;
46 value_init(struct value *valp, struct process *inferior, struct value *parent,
50 value_common_init(valp, inferior, parent, type, own_type);
54 value_init_detached(struct value *valp, struct value *parent,
57 value_common_init(valp, NULL, parent, type, own_type);
436 struct value *parent;
437 for (parent = val->parent; parent != NULL; parent = parent->parent)
438 if (parent->type->type == ARGTYPE_STRUCT)
439 return parent;