Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dhpread.c248 static struct type *fixup_class = NULL; variable
3341 if (fixup_class && (fixup_method == type)) in hpread_read_function_type()
3343 fixup_class_method_type (fixup_class, fixup_method, objfile); in hpread_read_function_type()
3344 fixup_class = NULL; in hpread_read_function_type()
3522 if (fixup_class && (fixup_method == type)) in hpread_read_doc_function_type()
3524 fixup_class_method_type (fixup_class, fixup_method, objfile); in hpread_read_doc_function_type()
3525 fixup_class = NULL; in hpread_read_doc_function_type()
3874 if (fixup_class) in hpread_read_struct_type()
3878 fixup_class = type; /* remember this class has to be fixed up */ in hpread_read_struct_type()