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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c400 static struct type **utypes; /* Pointer to array of user type pointers */ variable in typeref:struct:type
777 type = *(utypes + utypeidx);
811 typep = utypes + utypeidx;
839 free_utypes -- free the utypes array and reset pointer & count
847 Called via do_cleanups to free the utypes array, reset the pointer to NULL,
848 and set numutypes back to zero. This ensures that the utypes does not get
855 xfree (utypes);
856 utypes = NULL;
1896 utypes = (struct type **) xmalloc (numutypes * sizeof (struct type *));
1898 memset (utypes,
[all...]

Completed in 75 milliseconds