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

/bionic/libc/arch-x86/bionic/
H A Dsetjmp.S57 #define _JB_SIGFLAG 8 define
107 movl %eax,(_JB_SIGFLAG * 4)(%ecx)
127 movl (_JB_SIGFLAG * 4)(%ecx),%eax
158 movl (_JB_SIGFLAG * 4)(%edx), %eax
177 movl (_JB_SIGFLAG * 4)(%edx),%ecx
195 pushl (_JB_SIGFLAG * 4)(%edx)
/bionic/libc/arch-arm64/bionic/
H A Dsetjmp.S53 #define _JB_SIGFLAG 0 define
54 #define _JB_SIGMASK (_JB_SIGFLAG + 1)
126 str x1, [x0, #(_JB_SIGFLAG * 8)]
195 ldr x2, [x0, #(_JB_SIGFLAG * 8)]
219 ldr x2, [x0, #(_JB_SIGFLAG * 8)]
240 ldr x0, [x0, #(_JB_SIGFLAG * 8)]
/bionic/libc/arch-arm/bionic/
H A Dsetjmp.S71 #define _JB_SIGFLAG 0 define
72 #define _JB_SIGMASK (_JB_SIGFLAG + 1)
140 str r1, [r0, #(_JB_SIGFLAG * 4)]
214 ldr r1, [r0, #(_JB_SIGFLAG * 4)]
242 ldr r3, [r0, #(_JB_SIGFLAG * 4)]
/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S63 #define _JB_SIGFLAG 8 define
114 movq %rax,(_JB_SIGFLAG * 8)(%rdi)
163 movq (_JB_SIGFLAG * 8)(%rdi), %rdi

Completed in 1079 milliseconds