Searched refs:search_struct_field (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | valops.c | 58 static struct value *search_struct_field (char *, struct value *, int, 286 struct value *v = search_struct_field (type_name_no_tag (type), in value_cast() 383 v = search_struct_field (type_name_no_tag (t1), in value_cast() 399 v = search_struct_field (type_name_no_tag (t2), in value_cast() 1282 search_struct_field (char *name, struct value *arg1, int offset, in search_struct_field() function 1348 v = search_struct_field (name, arg1, new_offset, field_type, in search_struct_field() 1410 v = search_struct_field (name, v2, 0, TYPE_BASECLASS (type, i), in search_struct_field() 1416 v = search_struct_field (name, arg1, in search_struct_field() 1703 v = search_struct_field (name, *argp, 0, t, 0); in value_struct_elt() 1762 v = search_struct_field (name, *argp, 0, t, 0); in value_struct_elt()
|