Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/system_headers/
Di386_linux_ucontext.h70 REG_ERR, enumerator
Dx86_64_linux_ucontext.h70 REG_ERR, enumerator
/external/libchrome/base/debug/
Dstack_trace_posix.cc328 { " err: ", context->uc_mcontext.gregs[REG_ERR] }, in StackDumpSignalHandler()
354 { " erf: ", context->uc_mcontext.gregs[REG_ERR] }, in StackDumpSignalHandler()
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c443 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
448 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
Dsigreturn.c479 sig_err = ctx->uc_mcontext.gregs[REG_ERR]; in sigtrap()
/external/valgrind/VEX/test/
Dtest-i386.c1322 #define REG_ERR ERR
1341 uc->uc_mcontext.gregs[REG_ERR]);
Dtest-amd64.c1362 #define REG_ERR ERR
1381 uc->uc_mcontext.gregs[REG_ERR]);
/external/valgrind/include/vki/
Dvki-solaris.h1353 #define VKI_REG_ERR REG_ERR
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc1289 uptr err = ucontext->uc_mcontext.gregs[REG_ERR]; in GetWriteFlag()