| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | jv-lang.c | 211 temp = value_struct_elt (&temp, NULL, "length", NULL, "structure"); in get_java_utf8_name() 233 vtable_val = value_struct_elt (&obj_val, NULL, "vtable", NULL, "structure"); in java_class_from_object() 234 return value_struct_elt (&vtable_val, NULL, "class", NULL, "structure"); in java_class_from_object() 241 struct value *vtable = value_struct_elt (&clas, NULL, "vtable", NULL, "struct"); in java_class_is_primitive() 286 sig = value_struct_elt (&temp, NULL, "method_count", NULL, "structure"); in type_from_class() 293 utf8_name = value_struct_elt (&temp, NULL, "name", NULL, "structure"); in type_from_class() 320 temp = value_struct_elt (&temp, NULL, "methods", NULL, "structure"); in type_from_class() 357 temp = value_struct_elt (&temp, NULL, "superclass", NULL, "structure"); in java_link_class_type() 372 ninterfaces = value_as_long (value_struct_elt (&temp, NULL, "interface_len", NULL, "structure")); in java_link_class_type() 376 nfields = value_as_long (value_struct_elt (&temp, NULL, "field_count", NULL, "structure")); in java_link_class_type() [all …]
|
| H A D | jv-valprint.c | 229 data_val = value_struct_elt (&val, NULL, "data", NULL, NULL); in java_value_print() 232 boffset_val = value_struct_elt (&val, NULL, "boffset", NULL, NULL); in java_value_print() 235 count_val = value_struct_elt (&val, NULL, "count", NULL, NULL); in java_value_print()
|
| H A D | wrapper.c | 329 *cargs->result_ptr = value_struct_elt (cargs->argp, cargs->args, cargs->name, in do_captured_value_struct_elt()
|
| H A D | valarith.c | 475 argvec[0] = value_struct_elt (&arg1, argvec + 1, tstr, &static_memfuncp, "structure"); in value_x_binop() 569 argvec[0] = value_struct_elt (&arg1, argvec + 1, tstr, &static_memfuncp, "structure"); in value_x_unop()
|
| H A D | value.h | 377 extern struct value *value_struct_elt (struct value **argp,
|
| H A D | eval.c | 1142 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr, in evaluate_subexp_standard() 1316 return value_struct_elt (&temp, NULL, &exp->elts[pc + 2].string, in evaluate_subexp_standard() 1359 return value_struct_elt (&temp, NULL, &exp->elts[pc + 2].string, in evaluate_subexp_standard()
|
| H A D | ada-lang.c | 1226 return value_struct_elt (&arr, NULL, "P_BOUNDS", NULL, in desc_bounds() 1285 return value_struct_elt (&arr, NULL, "P_ARRAY", NULL, in desc_data() 1322 return value_struct_elt (&bounds, NULL, bound_name[2 * i + which - 2], NULL, in desc_one_bound() 6940 struct value *v = value_struct_elt (&val, NULL, "F", in unwrap_value()
|
| H A D | ChangeLog-1990 | 343 to be more useful. Pass proper argument to value_struct_elt. 860 calling convention of value_struct_elt () that got dropped in 918 (value_struct_elt): First arg is now a pointer to a value, and is 1711 Change value_struct_elt to use value_primitive_field (using recursive 1925 * valops.c (value_struct_elt), values.c (value_static_field):
|
| H A D | valops.c | 1596 value_struct_elt (struct value **argp, struct value **args, in value_struct_elt() function
|
| H A D | ChangeLog-1993 | 180 * valops.c (value_struct_elt): Check for (value)-1 return from 811 * valops.c (value_struct_elt): when name and args match does not 2033 * valops.c (search_struct_method, value_struct_elt): 7141 pointer correctly in case value_struct_elt moves it around.
|
| H A D | ChangeLog-1991 | 3505 * valops.c (value_struct_elt): Remove found, arg1_as_ptr. 4005 * valops.c (value_struct_elt): Avoid infinite loop on an
|
| H A D | ChangeLog-3.x | 72 * valops.c (value_struct_elt): Clean up error msg.
|
| H A D | ChangeLog-1996 | 176 * symtab.c (decode_line_1), valops.c (value_struct_elt,
|
| H A D | ChangeLog-1994 | 5472 * valops.c (value_struct_elt): Improve error message if the
|
| H A D | ChangeLog-2000 | 3033 * valops.c (value_struct_elt): Change error message
|
| H A D | ChangeLog-2002 | 11978 calling value_struct_elt, which was accidentally removed during the
|