Home
last modified time | relevance | path

Searched defs:PRUNTIME_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libchrome/base/profiler/
H A Dwin32_stack_frame_unwinder.h25 using PRUNTIME_FUNCTION = RUNTIME_FUNCTION*; variable
/aosp_15_r20/external/cronet/base/profiler/
H A Dwin32_stack_frame_unwinder.h25 using PRUNTIME_FUNCTION = RUNTIME_FUNCTION*; variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinternl.h586 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION; typedef
Dwinnt.h1777 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION; typedef
1929 typedef struct _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; typedef
2154 typedef struct _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY RUNTIME_FUNCTION, *PRUNTIME_FUNCTION; typedef
2749 } RUNTIME_FUNCTION,*PRUNTIME_FUNCTION; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs24140 pub type PRUNTIME_FUNCTION = *mut _IMAGE_RUNTIME_FUNCTION_ENTRY; typedef
55951 FunctionTable: PRUNTIME_FUNCTION, in RtlAddFunctionTable()
55972 FunctionTable: PRUNTIME_FUNCTION, in RtlAddGrowableFunctionTable()
55990 ) -> PRUNTIME_FUNCTION; in RtlLookupFunctionEntry()
56010 FunctionEntry: PRUNTIME_FUNCTION, in RtlVirtualUnwind()