Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDhpread.c252 static struct type *fixup_method = 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()
3345 fixup_method = 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()
3526 fixup_method = NULL; in hpread_read_doc_function_type()
3876 if (fixup_method) in hpread_read_struct_type()
3879 fixup_method = memtype; /* remember the method type to be used in fixup */ in hpread_read_struct_type()