Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Djv-lang.c224 temp = value_struct_elt (&temp, NULL, "length", NULL, "structure"); in get_java_utf8_name()
245 vtable_val = value_struct_elt (&obj_val, NULL, "vtable", NULL, "structure"); in java_class_from_object()
246 return value_struct_elt (&vtable_val, NULL, "class", NULL, "structure"); in java_class_from_object()
253 struct value *vtable = value_struct_elt (&clas, NULL, "vtable", in java_class_is_primitive()
288 sig = value_struct_elt (&temp, NULL, "method_count", NULL, "structure"); in type_from_class()
295 utf8_name = value_struct_elt (&temp, NULL, "name", NULL, "structure"); in type_from_class()
322 temp = value_struct_elt (&temp, NULL, "methods", NULL, "structure"); in type_from_class()
362 temp = value_struct_elt (&temp, NULL, "superclass", NULL, "structure"); in java_link_class_type()
377 ninterfaces = value_as_long (value_struct_elt (&temp, NULL, "interface_len", in java_link_class_type()
382 nfields = value_as_long (value_struct_elt (&temp, NULL, "field_count", in java_link_class_type()
[all …]
H A Djv-valprint.c238 data_val = value_struct_elt (&val, NULL, "data", NULL, NULL); in java_value_print()
241 boffset_val = value_struct_elt (&val, NULL, "boffset", NULL, NULL); in java_value_print()
244 count_val = value_struct_elt (&val, NULL, "count", NULL, NULL); in java_value_print()
H A Dm2-lang.c205 arg1 = value_struct_elt (&temp, NULL, "_m2_high", NULL, in evaluate_subexp_modula2()
239 arg1 = value_struct_elt (&temp, NULL, "_m2_contents", NULL, in evaluate_subexp_modula2()
H A Dvalue.h640 extern struct value *value_struct_elt (struct value **argp,
H A Deval.c1648 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr, in evaluate_subexp_standard()
1859 return value_struct_elt (&temp, NULL, &exp->elts[pc + 2].string, in evaluate_subexp_standard()
1920 return value_struct_elt (&temp, NULL, &exp->elts[pc + 2].string, in evaluate_subexp_standard()
H A Dopencl-lang.c1044 return value_struct_elt (&arg1, NULL, in evaluate_subexp_opencl()
H A Dvalarith.c328 result = value_struct_elt (argp, args, name, static_memfuncp, in value_user_defined_op()
H A Dvalops.c2338 value_struct_elt (struct value **argp, struct value **args, in value_struct_elt() function
H A Dada-lang.c1579 struct value *p_bounds = value_struct_elt (&arr, NULL, "P_BOUNDS", NULL, in desc_bounds()
1661 return value_struct_elt (&arr, NULL, "P_ARRAY", NULL, in desc_data()
1698 return value_struct_elt (&bounds, NULL, bound_name[2 * i + which - 2], NULL, in desc_one_bound()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-value.c532 res_val = value_struct_elt (&tmp, NULL, field, 0, NULL); in valpy_getitem()