Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c196 static struct type **undef_types; variable
4099 undef_types = (struct type **) in add_undefined_type()
4100 xrealloc ((char *) undef_types, in add_undefined_type()
4103 undef_types[undef_types_length++] = type; in add_undefined_type()
4120 for (type = undef_types; type < undef_types + undef_types_length; type++) in cleanup_undefined_types()
4410 undef_types = (struct type **) in _initialize_stabsread()