Searched refs:UC_SIGMASK (Results 1 – 10 of 10) sorted by relevance
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | getcontext.S | 38 stx %o4, [%o0 + UC_SIGMASK] 39 stx %g0, [%o0 + UC_SIGMASK + 8] 40 stx %g0, [%o0 + UC_SIGMASK + 16] 41 stx %g0, [%o0 + UC_SIGMASK + 24] 42 stx %g0, [%o0 + UC_SIGMASK + 32] 43 stx %g0, [%o0 + UC_SIGMASK + 40] 44 stx %g0, [%o0 + UC_SIGMASK + 48] 45 stx %g0, [%o0 + UC_SIGMASK + 56] 46 stx %g0, [%o0 + UC_SIGMASK + 64] 47 stx %g0, [%o0 + UC_SIGMASK + 72] [all …]
|
A D | ucontext_i.h | 25 #define UC_SIGMASK 536 macro
|
A D | setcontext.S | 33 1: ldx [%o0 + UC_SIGMASK], %o2
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | getcontext.S | 162 stq $0, UC_SIGMASK($16) 163 stq $31, UC_SIGMASK + 1*8($16) 164 stq $31, UC_SIGMASK + 2*8($16) 165 stq $31, UC_SIGMASK + 3*8($16) 166 stq $31, UC_SIGMASK + 4*8($16) 167 stq $31, UC_SIGMASK + 5*8($16) 168 stq $31, UC_SIGMASK + 6*8($16) 169 stq $31, UC_SIGMASK + 7*8($16) 170 stq $31, UC_SIGMASK + 8*8($16) 171 stq $31, UC_SIGMASK + 9*8($16) [all …]
|
A D | setcontext.S | 27 ldq $0, UC_SIGMASK($16); \
|
A D | ucontext-offsets.sym | 9 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | swapcontext.S | 67 add %i1, UC_SIGMASK, %o1 68 add %i0, UC_SIGMASK, %o2
|
A D | getcontext.S | 57 add %i0, UC_SIGMASK, %o2
|
A D | ucontext_i.sym | 12 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
|
A D | setcontext.S | 38 add %i0, UC_SIGMASK, %o1
|
Completed in 7 milliseconds