Searched defs:RUNTIME_FUNCTION (Results 1 – 7 of 7) sorted by relevance
21 struct RUNTIME_FUNCTION { struct25 using PRUNTIME_FUNCTION = RUNTIME_FUNCTION*; argument
2507 type RUNTIME_FUNCTION struct { struct2508 BeginAddress uint322509 EndAddress uint322510 UnwindData uint32
3571 func RtlAddFunctionTable(functionTable *RUNTIME_FUNCTION, entryCount uint32, baseAddress uintptr) (…3585 func RtlDeleteFunctionTable(functionTable *RUNTIME_FUNCTION) (ret bool) {
586 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION; typedef
1777 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION; typedef1929 typedef struct _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; typedef2154 typedef struct _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; typedef2749 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION; typedef
24139 pub type RUNTIME_FUNCTION = _IMAGE_RUNTIME_FUNCTION_ENTRY; typedef