Home
last modified time | relevance | path

Searched refs:FindCompilerEntrypoint (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp229 static uintptr_t FindCompilerEntrypoint(const uintptr_t *fp) in FindCompilerEntrypoint() function
285 auto func = ToUintPtr(&FindCompilerEntrypoint); in DetectSEGVFromHandler()
313 uintptr_t entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); in DetectSEGVFromCode()
344 uintptr_t entrypoint = FindCompilerEntrypoint(signalContext.GetFP()); in DetectSEGVFromNullCheck()