Searched refs:vtblprint (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvalprint.h28 extern int vtblprint; /* Controls printing of vtbl's */
H A Dp-lang.h62 extern int vtblprint; /* Controls printing of vtbl's */
H A Dc-lang.h74 extern int vtblprint; /* Controls printing of vtbl's */
H A Dc-valprint.c151 if (vtblprint && cp_is_vtbl_ptr_type (type))
215 if (vt_address && vtblprint)
311 if (vtblprint && cp_is_vtbl_ptr_type (type))
H A Dcp-valprint.c39 int vtblprint; /* Controls printing of vtbl's */ variable
429 if (vtblprint)
475 } /* if vtblprint */
817 (add_set_cmd ("vtbl", class_support, var_boolean, (char *) &vtblprint,
830 vtblprint = 0;
H A Dp-valprint.c140 if (vtblprint && pascal_object_is_vtbl_ptr_type (type))
221 if (vt_address && vtblprint)
313 if (vtblprint && pascal_object_is_vtbl_ptr_type (type))
580 extern int vtblprint; /* Controls printing of vtbl's */
H A Djv-valprint.c473 if (vtblprint && cp_is_vtbl_ptr_type (type))

Completed in 135 milliseconds