Searched refs:UCONTEXT_SIGMASK_OFFSET (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/android/ |
D | ucontext_constants.h | 46 #define UCONTEXT_SIGMASK_OFFSET 104 macro 50 #define UCONTEXT_SIGMASK_OFFSET 40 macro 93 #define UCONTEXT_SIGMASK_OFFSET 108 macro 104 #define UCONTEXT_SIGMASK_OFFSET 616 macro 109 #define UCONTEXT_SIGMASK_OFFSET 296 macro
|
D | breakpad_getcontext.S | 68 add r2, r4, #UCONTEXT_SIGMASK_OFFSET 164 add x2, x0, #UCONTEXT_SIGMASK_OFFSET 217 leal UCONTEXT_SIGMASK_OFFSET(%eax), %edx 295 addu a2, a0, UCONTEXT_SIGMASK_OFFSET 379 leaq UCONTEXT_SIGMASK_OFFSET(%rdi), %rdx // arg3
|
D | breakpad_getcontext_unittest.cc | 175 COMPILE_ASSERT_EQ(UCONTEXT_SIGMASK_OFFSET, offsetof(ucontext_t, uc_sigmask), in TEST() 184 ASSERT_EQ(static_cast<size_t>(UCONTEXT_SIGMASK_OFFSET), in TEST()
|