Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dhpread.c250 static struct type *fixup_method = NULL; variable
3337 if (fixup_class && (fixup_method == type)) in hpread_read_function_type()
3339 fixup_class_method_type (fixup_class, fixup_method, objfile); in hpread_read_function_type()
3341 fixup_method = NULL; in hpread_read_function_type()
3517 if (fixup_class && (fixup_method == type)) in hpread_read_doc_function_type()
3519 fixup_class_method_type (fixup_class, fixup_method, objfile); in hpread_read_doc_function_type()
3521 fixup_method = NULL; in hpread_read_doc_function_type()
3871 if (fixup_method) in hpread_read_struct_type()
3874 fixup_method = memtype; /* remember the method type to be used in fixup */ in hpread_read_struct_type()
H A DChangeLog-1998943 (fixup_method): New static variable.