Searched refs:_JB_SIGMASK (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/arch-x86/bionic/ |
D | setjmp.S | 56 #define _JB_SIGMASK 6 macro 116 leal (_JB_SIGMASK * 4)(%ecx),%eax 163 leal (_JB_SIGMASK * 4)(%edx),%eax 211 pushl (_JB_SIGMASK * 4)(%edx)
|
/bionic/libc/arch-arm/bionic/ |
D | setjmp.S | 72 #define _JB_SIGMASK (_JB_SIGFLAG + 1) macro 73 #define _JB_FLOAT_BASE (_JB_SIGMASK + 3) 151 add r2, r0, #(_JB_SIGMASK * 4) 222 add r1, r0, #(_JB_SIGMASK * 4)
|
/bionic/libc/arch-x86_64/bionic/ |
D | setjmp.S | 64 #define _JB_SIGMASK 9 macro 125 leaq (_JB_SIGMASK * 8)(%rdi),%rdx // old_mask. 170 leaq (_JB_SIGMASK * 8)(%r12),%rsi // new_mask.
|
/bionic/libc/arch-arm64/bionic/ |
D | setjmp.S | 57 #define _JB_SIGMASK (_JB_SIGFLAG + 1) macro 58 #define _JB_X30_SP (_JB_SIGMASK + 1) 143 add x2, x0, #(_JB_SIGMASK * 8) // old_mask. 238 add x1, x2, #(_JB_SIGMASK * 8) // new_mask.
|