Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/hdb/
H A Dext.c112 Der_type replace_type, list_type; in hdb_replace_extension() local
119 &replace_class, &replace_type, &replace_tag, in hdb_replace_extension()
143 if (MAKE_TAG(replace_class,replace_type,replace_type) == in hdb_replace_extension()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.h1112 extern void replace_type (struct type *, struct type *);
H A Dstabsread.c1644 replace_type (type, xtype); in read_type()
4200 replace_type (*type, SYMBOL_TYPE (sym)); in cleanup_undefined_types()
H A Dhpread.c3217 replace_type (type, type1); in hpread_read_function_type()
3401 replace_type (type, type1); in hpread_read_doc_function_type()
H A Dgdbtypes.c560 replace_type (struct type *ntype, struct type *type) in replace_type() function