Home | History | Annotate | Download | only in ltrace

Lines Matching refs:own_type

34 		  int own_type)
37 valp->own_type = own_type;
47 struct arg_type_info *type, int own_type)
50 value_common_init(valp, inferior, parent, type, own_type);
55 struct arg_type_info *type, int own_type)
57 value_common_init(valp, NULL, parent, type, own_type);
61 value_set_type(struct value *value, struct arg_type_info *type, int own_type)
63 if (value->own_type) {
68 value->own_type = own_type;
73 int *own_type)
76 *own_type = value->own_type;
77 value->own_type = 0;
193 if (val->own_type) {
206 if (retp->own_type) {