Home
last modified time | relevance | path

Searched refs:_JB_SIGMASK (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/arch-x86/bionic/
Dsetjmp.S56 #define _JB_SIGMASK 6 macro
98 leal (_JB_SIGMASK * 4)(%ecx),%eax
147 leal (_JB_SIGMASK * 4)(%edx),%eax
203 pushl (_JB_SIGMASK * 4)(%edx)
/bionic/libc/arch-x86_64/bionic/
Dsetjmp.S64 #define _JB_SIGMASK 9 macro
103 leaq (_JB_SIGMASK * 8)(%rdi),%rdx // old_mask.
153 leaq (_JB_SIGMASK * 8)(%r12),%rsi // new_mask.
/bionic/libc/arch-arm/bionic/
Dsetjmp.S72 #define _JB_SIGMASK (_JB_SIGFLAG + 1) macro
73 #define _JB_FLOAT_BASE (_JB_SIGMASK + 3)
126 add r2, r0, #(_JB_SIGMASK * 4)
209 add r1, r0, #(_JB_SIGMASK * 4)
/bionic/libc/arch-arm64/bionic/
Dsetjmp.S55 #define _JB_SIGMASK (_JB_SIGFLAG + 1) macro
56 #define _JB_X30_SP (_JB_SIGMASK + 1)
134 add x2, x0, #(_JB_SIGMASK * 8) // old_mask.
228 add x1, x2, #(_JB_SIGMASK * 8) // new_mask.
/bionic/libc/arch-riscv64/bionic/
Dsetjmp.S51 #define _JB_SIGMASK 1 * 8 macro
141 addi a2, a0, _JB_SIGMASK // old_mask.
224 addi a1, a2, _JB_SIGMASK // new_mask