OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucontext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
64
#include <
ucontext
.h>
1753
static bool Aarch64GetESR(ucontext_t *
ucontext
, u64 *esr) {
1755
u8 *aux =
ucontext
->uc_mcontext.__reserved;
1776
Context *
ucontext
= (Context *)context;
local in function:__sanitizer::SignalContext::GetWriteFlag
1780
uptr err =
ucontext
->uc_mcontext.mc_err;
1782
uptr err =
ucontext
->uc_mcontext.__gregs[_REG_ERR];
1784
uptr err =
ucontext
->sc_err;
1787
uptr err =
ucontext
->uc_mcontext.gregs[Err];
1789
uptr err =
ucontext
->uc_mcontext.gregs[REG_ERR];
1797
exception_source = (uint32_t *)
ucontext
->uc_mcontext.pc
1869
ucontext
_t *
ucontext
= (
ucontext
_t *)context;
local in function:__sanitizer::GetPcSpBp
[
all
...]
sanitizer_mac.cc
673
ucontext_t *
ucontext
= static_cast<ucontext_t*>(context);
local in function:__sanitizer::SignalContext::GetWriteFlag
674
return
ucontext
->uc_mcontext->__es.__err & 2 /*T_PF_WRITE*/ ? WRITE : READ;
681
ucontext_t *
ucontext
= (ucontext_t*)context;
local in function:__sanitizer::GetPcSpBp
683
*pc =
ucontext
->uc_mcontext->__ss.__pc;
685
*bp =
ucontext
->uc_mcontext->__ss.__fp;
687
*bp =
ucontext
->uc_mcontext->__ss.__lr;
689
*sp =
ucontext
->uc_mcontext->__ss.__sp;
691
*pc =
ucontext
->uc_mcontext->__ss.__rip;
692
*bp =
ucontext
->uc_mcontext->__ss.__rbp;
693
*sp =
ucontext
->uc_mcontext->__ss.__rsp
1036
ucontext
_t *
ucontext
= (
ucontext
_t*)context;
local in function:__sanitizer::SignalContext::DumpAllRegisters
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025