Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dstabsread.c197 static int undef_types_allocated; variable
4096 if (undef_types_length == undef_types_allocated) in add_undefined_type()
4098 undef_types_allocated *= 2; in add_undefined_type()
4101 undef_types_allocated * sizeof (struct type *)); in add_undefined_type()
4408 undef_types_allocated = 20; in _initialize_stabsread()
4411 xmalloc (undef_types_allocated * sizeof (struct type *)); in _initialize_stabsread()