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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c249 static struct type *fixup_class = NULL;
252 used to fix-up the type for fixup_class */
3352 if (fixup_class && (fixup_method == type))
3354 fixup_class_method_type (fixup_class, fixup_method, objfile);
3355 fixup_class = NULL;
3532 if (fixup_class && (fixup_method == type))
3534 fixup_class_method_type (fixup_class, fixup_method, objfile);
3535 fixup_class = NULL;
3884 if (fixup_class)
3888 fixup_class
246 static struct type *fixup_class = NULL; variable in typeref:struct:type
[all...]

Completed in 79 milliseconds