Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dstabsread.c1749 replace_type (type, xtype); in read_type()
4494 replace_type (nat.type, *type); in cleanup_undefined_types_noname()
4574 replace_type (*type, SYMBOL_TYPE (sym)); in cleanup_undefined_types_1()
H A Dgdbtypes.h1483 extern void replace_type (struct type *, struct type *);
H A Dgdbtypes.c701 replace_type (struct type *ntype, struct type *type) in replace_type() function