Home
last modified time | relevance | path

Searched defs:RUNTIME_FUNCTION (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libchrome/base/profiler/
H A Dwin32_stack_frame_unwinder.h21 struct RUNTIME_FUNCTION { struct
25 using PRUNTIME_FUNCTION = RUNTIME_FUNCTION*; argument
/aosp_15_r20/external/cronet/base/profiler/
H A Dwin32_stack_frame_unwinder.h21 struct RUNTIME_FUNCTION { struct
25 using PRUNTIME_FUNCTION = RUNTIME_FUNCTION*; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go2507 type RUNTIME_FUNCTION struct { struct
2508 BeginAddress uint32
2509 EndAddress uint32
2510 UnwindData uint32
Dzsyscall_windows.go3571 func RtlAddFunctionTable(functionTable *RUNTIME_FUNCTION, entryCount uint32, baseAddress uintptr) (…
3585 func RtlDeleteFunctionTable(functionTable *RUNTIME_FUNCTION) (ret bool) {
/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.rs24139 pub type RUNTIME_FUNCTION = _IMAGE_RUNTIME_FUNCTION_ENTRY; typedef