Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdwarfread.c794 alloc_utype (DIE_REF die_ref, struct type *utypep) in alloc_utype() argument
803 utypep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in alloc_utype()
808 utypep = *typep; in alloc_utype()
815 if (utypep == NULL) in alloc_utype()
817 utypep = alloc_type (current_objfile); in alloc_utype()
819 *typep = utypep; in alloc_utype()
821 return (utypep); in alloc_utype()