Searched refs:_JB_SIGMASK (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-x86/bionic/
H A Dsetjmp.S56 #define _JB_SIGMASK 6 define
116 leal (_JB_SIGMASK * 4)(%ecx),%eax
163 leal (_JB_SIGMASK * 4)(%edx),%eax
211 pushl (_JB_SIGMASK * 4)(%edx)
/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S64 #define _JB_SIGMASK 9 define
125 leaq (_JB_SIGMASK * 8)(%rdi),%rdx // old_mask.
170 leaq (_JB_SIGMASK * 8)(%r12),%rsi // new_mask.
/bionic/libc/arch-arm/bionic/
H A Dsetjmp.S72 #define _JB_SIGMASK (_JB_SIGFLAG + 1) define
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-arm64/bionic/
H A Dsetjmp.S54 #define _JB_SIGMASK (_JB_SIGFLAG + 1) define
55 #define _JB_X30_SP (_JB_SIGMASK + 1)
138 add x2, x0, #(_JB_SIGMASK * 8) // old_mask.
208 add x1, x2, #(_JB_SIGMASK * 8) // new_mask.

Completed in 111 milliseconds