Searched refs:para_type (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | windows-tdep.c | 805 struct type *violation_type, *para_type, *siginfo_ptr_type, *siginfo_type; in windows_get_siginfo_type() local 837 para_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION); in windows_get_siginfo_type() 838 append_composite_type_field (para_type, "ExceptionInformation", in windows_get_siginfo_type() 840 append_composite_type_field (para_type, "AccessViolationInformation", in windows_get_siginfo_type() 859 para_type, ulongptr_type->length ()); in windows_get_siginfo_type()
|