Searched refs:UCONTEXT_SIGMASK_OFFSET (Results 1 – 4 of 4) 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 105 #define UCONTEXT_SIGMASK_OFFSET 616 macro 111 #define UCONTEXT_SIGMASK_OFFSET 640 macro 117 #define UCONTEXT_SIGMASK_OFFSET 296 macro
|
/external/google-breakpad/src/common/linux/ |
D | ucontext_constants.h | 47 #define UCONTEXT_SIGMASK_OFFSET 104 macro 51 #define UCONTEXT_SIGMASK_OFFSET 40 macro 94 #define UCONTEXT_SIGMASK_OFFSET 108 macro 110 #define UCONTEXT_SIGMASK_OFFSET 616 macro 116 #define UCONTEXT_SIGMASK_OFFSET 640 macro 122 #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 306 addu a2, a0, UCONTEXT_SIGMASK_OFFSET 387 daddu a2, a0, UCONTEXT_SIGMASK_OFFSET 473 leaq UCONTEXT_SIGMASK_OFFSET(%rdi), %rdx // arg3
|
D | breakpad_getcontext_unittest.cc | 183 COMPILE_ASSERT_EQ(UCONTEXT_SIGMASK_OFFSET, offsetof(ucontext_t, uc_sigmask), in TEST() 192 ASSERT_EQ(static_cast<size_t>(UCONTEXT_SIGMASK_OFFSET), in TEST()
|