Home
last modified time | relevance | path

Searched refs:value_struct_elt (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c211 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 Djv-valprint.c229 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 Dwrapper.c329 *cargs->result_ptr = value_struct_elt (cargs->argp, cargs->args, cargs->name, in do_captured_value_struct_elt()
H A Dvalarith.c475 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 Dvalue.h377 extern struct value *value_struct_elt (struct value **argp,
H A Deval.c1142 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 Dada-lang.c1226 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 DChangeLog-1990343 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 Dvalops.c1596 value_struct_elt (struct value **argp, struct value **args, in value_struct_elt() function
H A DChangeLog-1993180 * 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 DChangeLog-19913505 * valops.c (value_struct_elt): Remove found, arg1_as_ptr.
4005 * valops.c (value_struct_elt): Avoid infinite loop on an
H A DChangeLog-3.x72 * valops.c (value_struct_elt): Clean up error msg.
H A DChangeLog-1996176 * symtab.c (decode_line_1), valops.c (value_struct_elt,
H A DChangeLog-19945472 * valops.c (value_struct_elt): Improve error message if the
H A DChangeLog-20003033 * valops.c (value_struct_elt): Change error message
H A DChangeLog-200211978 calling value_struct_elt, which was accidentally removed during the