Home
last modified time | relevance | path

Searched refs:value_full_object (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dc-valprint.c577 val = value_full_object (val, real_type, full, top, using_enc); in c_value_print()
H A Dvalue.h408 extern struct value *value_full_object (struct value *, struct type *, int,
H A Dvalops.c939 arg2 = value_full_object (arg2, NULL, 0, 0, 0); in value_ind()
2600 value_full_object (struct value *argp, struct type *rtype, int xfull, int xtop, in value_full_object() function
H A DChangeLog-19982404 (value_full_object): Ditto.
2446 (value_full_object): New function. Given a value, check its real
H A DChangeLog-20015421 (value_full_object): Use it.