Searched refs:oldtype (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbtypes.c186 alloc_type_instance (struct type *oldtype) argument
192 if (TYPE_OBJFILE (oldtype) == NULL)
199 type = obstack_alloc (&TYPE_OBJFILE (oldtype)->objfile_obstack,
203 TYPE_MAIN_TYPE (type) = TYPE_MAIN_TYPE (oldtype);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c1588 enum bfd_link_hash_type oldtype;
1591 oldtype = h->type;
1637 if (oldtype == bfd_link_hash_defweak)
1583 enum bfd_link_hash_type oldtype; local

Completed in 100 milliseconds