|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <winnt_old.h>

Public Attributes | |
| DWORD | BeginAddress |
| union { | |
| DWORD UnwindData | |
| struct { | |
| DWORD Flag: 2 | |
| DWORD FunctionLength: 11 | |
| DWORD RegF: 3 | |
| DWORD RegI: 4 | |
| DWORD H: 1 | |
| DWORD CR: 2 | |
| DWORD FrameSize: 9 | |
| } DUMMYSTRUCTNAME | |
| } | DUMMYUNIONNAME |
Definition at line 1280 of file winnt_old.h.
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::BeginAddress |
Definition at line 1281 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::CR |
Definition at line 1290 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| struct { ... } _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::DUMMYSTRUCTNAME |
| union { ... } _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::DUMMYUNIONNAME |
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::Flag |
Definition at line 1285 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::FrameSize |
Definition at line 1291 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::FunctionLength |
Definition at line 1286 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::H |
Definition at line 1289 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::RegF |
Definition at line 1287 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::RegI |
Definition at line 1288 of file winnt_old.h.
Referenced by test_dynamic_unwind().
| DWORD _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY::UnwindData |
Definition at line 1283 of file winnt_old.h.