Searched defs:siginfo (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | signal_handler.cpp | 96 bool SignalManager::InOatCode([[maybe_unused]] const siginfo_t *siginfo, [[maybe_unused]] const voi… in InOatCode() 169 void SignalManager::GetMethodAndReturnPcAndSp([[maybe_unused]] const siginfo_t *siginfo, in GetMethodAndReturnPcAndSp() 269 bool DetectSEGVFromCompiledCode(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromCompiledCode() 281 bool DetectSEGVFromHandler(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromHandler() 296 bool DetectSEGVFromMemory(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromMemory() 309 bool DetectSEGVFromCode(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromCode() 340 bool DetectSEGVFromNullCheck(int sig, siginfo_t *siginfo, void *context) in DetectSEGVFromNullCheck() 397 void SamplerSigSegvHandler([[maybe_unused]] int sig, [[maybe_unused]] siginfo_t *siginfo, in SamplerSigSegvHandler() 408 …etectSEGVFromSamplingProfilerHandler([[maybe_unused]] int sig, [[maybe_unused]] siginfo_t *siginfo, in DetectSEGVFromSamplingProfilerHandler() 429 bool RuntimeSEGVHandler(int sig, siginfo_t *siginfo, void *context) in RuntimeSEGVHandler() [all …]
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | sighook.cpp | 206 void SignalHook::CallOldAction(int signo, siginfo_t *siginfo, void *ucontextRaw) in CallOldAction() 224 bool SignalHook::SetHandlingSignal(int signo, siginfo_t *siginfo, void *ucontextRaw) in SetHandlingSignal() 251 void SignalHook::Handler(int signo, siginfo_t *siginfo, void *ucontextRaw) in Handler()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 373 void CpuProfiler::GetStackSignalHandler(int signal, [[maybe_unused]] siginfo_t *siginfo, void *cont… in GetStackSignalHandler()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.cpp | 425 …id SigProfSamplingProfilerHandler([[maybe_unused]] int signum, [[maybe_unused]] siginfo_t *siginfo, in SigProfSamplingProfilerHandler()
|