/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/ |
A D | _setjmp.S | 10 movl 4(%sp), (%sp) /* copy handler */ 11 movl 8(%sp), 4(%sp) /* psw */ 12 movl 12(%sp), 8(%sp) /* ap */ 13 movl 16(%sp), 12(%sp) /* fp */ 14 movl 20(%sp), 16(%sp) /* pc */ 18 movl 32(%sp), 28(%sp) /* copy the jmp_buf */ 36 movl 4(%sp), (%sp) 37 movl 8(%sp), 4(%sp) 38 movl 12(%sp), 8(%sp) 39 movl 16(%sp), 12(%sp) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm64/ |
A D | resolve.S | 30 stp x6, x7, [sp, #16] 34 stp x4, x5, [sp, #32] 38 stp x2, x3, [sp, #48] 42 stp x0, x1, [sp, #64] 157 mov x29, sp 175 ldr x0, [sp, #32+16*8] 189 ldp x2, x3, [sp], #16 212 mov x29, sp 262 str x1, [sp, #-16]! 268 ldr x1, [sp], #16 [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fts/ |
A D | fts.c | 179 if ((sp->fts_cur = fts_alloc(sp, "", 0)) == NULL) in fts_open() 195 return (sp); in fts_open() 200 mem1: free(sp); in fts_open() 263 free(sp); in fts_close() 270 free(sp); in fts_close() 391 if (FCHDIR(sp, sp->fts_rfd)) { in fts_read() 449 if (FCHDIR(sp, sp->fts_rfd)) { in fts_read() 545 return (sp->fts_child = fts_build(sp, instr)); in fts_children() 549 sp->fts_child = fts_build(sp, instr); in fts_children() 818 FCHDIR(sp, sp->fts_rfd) : in fts_build() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/ |
A D | sysdep-cancel.h | 97 subu sp, STKSPACE; \ 98 sw t0, 16(sp) 101 lw t1, 20(sp); \ 102 subu sp, STKSPACE; \ 103 sw t0, 16(sp); \ 104 sw t1, 20(sp) 107 lw t1, 20(sp); \ 108 lw t2, 24(sp); \ 110 sw t0, 16(sp); \ 111 sw t1, 20(sp); \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/cris/ |
A D | resolve.S | 23 subq 4,$sp 24 move.d $r0,[$sp] 25 subq 4,$sp 27 subq 4,$sp 29 subq 4,$sp 31 subq 4,$sp 34 subq 4,$sp 37 subq 4,$sp 39 move $srp,[$sp] 54 addq 4,$sp [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/arm/ |
A D | sysdep-cancel.h | 33 # define DOARGS_5 str r4, [sp, $-4]!; ldr r4, [sp, $8]; 34 # define DOARGS_6 mov ip, sp; stmfd sp!, {r4, r5}; ldmib ip, {r4, r5}; 35 # define DOARGS_7 mov ip, sp; stmfd sp!, {r4, r5, r6}; ldmib ip, {r4, r5, r6}; 40 ldrcc pc, [sp], $4; \ 41 ldr lr, [sp], $4; \ 56 str lr, [sp, $-4]!; \ 77 # define DOCARGS_2 str r1, [sp, #-4]!; str r0, [sp, #-4]!; 78 # define UNDOCARGS_2 ldr r0, [sp], #4; ldr r1, [sp], #4; 81 # define DOCARGS_3 str r2, [sp, #-4]!; str r1, [sp, #-4]!; str r0, [sp, #-4]!; 82 # define UNDOCARGS_3 ldr r0, [sp], #4; ldr r1, [sp], #4; ldr r2, [sp], #4 [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | crti.S | 22 subu $sp,$sp,32 24 sw $31,28($sp) 25 sw $28,24($sp) 44 subu $sp,$sp,32 46 sw $31,28($sp) 47 sw $28,24($sp) 71 addiu $sp,$sp,-16 72 sd $28,0($sp) 93 addiu $sp,$sp,-16 122 dsubu $sp,$sp,32 [all …]
|
A D | syscall.S | 44 daddiu sp,sp,-16 45 sd v0,0*8(sp) 48 lw a3,4*4(sp) 49 lw t0,5*4(sp) 50 lw t1,6*4(sp) 51 lw t2,7*4(sp) 52 addiu sp,sp,-32 53 sw t0,4*4(sp) 54 sw t1,5*4(sp) 61 daddiu sp,sp,16 [all …]
|
A D | crtn.S | 15 lw $31,28($sp) 20 addu $sp,$sp,32 32 lw $31,28($sp) 37 addu $sp,$sp,32 57 ld $31,8($sp) 58 ld $28,0($sp) 62 addiu $sp,$sp,16 73 ld $31,8($sp) 78 addiu $sp,$sp,16 105 daddu $sp,$sp,32 [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/mips/ |
A D | sysdep-cancel.h | 30 # define PSEUDO_LOADGP lw gp, 32(sp); 69 sw ra, 28(sp); \ 125 sw t0, 16(sp) 128 lw t1, 20(sp); \ 130 sw t0, 16(sp); \ 131 sw t1, 20(sp) 134 lw t1, 20(sp); \ 135 lw t2, 24(sp); \ 137 sw t0, 16(sp); \ 138 sw t1, 20(sp); \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/ |
A D | sysdep-cancel.h | 57 subq sp, 64, sp; \ 59 stq ra, 0(sp); \ 66 stq v0, 8(sp); \ 69 ldq ra, 0(sp); \ 70 ldq v0, 8(sp); \ 71 addq sp, 64, sp; \ 79 ldq ra, 0(sp); \ 80 ldq v0, 8(sp); \ 81 addq sp, 64, sp; \ 95 # define SAVE_ARGS_1 SAVE_ARGS_0; stq a0, 8(sp) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | sysdep-cancel.h | 36 REG_L gp, STKOFF_GP(sp); \ 51 REG_L gp, STKOFF_GP(sp); \ 55 REG_S ra, STKOFF_RA(sp); \ 73 REG_L gp, STKOFF_GP(sp); \ 87 # define POPARGS_1 POPARGS_0 REG_L a0, STKOFF_A0(sp); 88 # define POPARGS_2 POPARGS_1 REG_L a1, STKOFF_A1(sp); 89 # define POPARGS_3 POPARGS_2 REG_L a2, STKOFF_A2(sp); 90 # define POPARGS_4 POPARGS_3 REG_L a3, STKOFF_A3(sp); 91 # define POPARGS_5 POPARGS_4 REG_L a4, STKOFF_A4(sp); 114 # define SAVESTK PTR_SUBU sp, STKSPACE [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/ |
A D | divrem.h | 93 lda sp, -STACK(sp) 98 stq t0, 0(sp) 100 stq t1, 8(sp) 102 stq v0, 16(sp) 141 ldq t1, 8(sp) 142 ldq v0, 16(sp) 145 lda sp, STACK(sp) 163 lda sp, -STACK(sp) 172 stq arg1, 0(sp) 174 stq arg2, 8(sp) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/ |
A D | sysdep-cancel.h | 59 subq sp, 64, sp; \ 61 stq ra, 0(sp); \ 72 stq v0, 8(sp); \ 76 ldq ra, 0(sp); \ 77 ldq v0, 8(sp); \ 78 addq sp, 64, sp; \ 86 ldq ra, 0(sp); \ 87 ldq v0, 8(sp); \ 88 addq sp, 64, sp; \ 103 # define SAVE_ARGS_1 SAVE_ARGS_0; stq a0, 8(sp) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/frv/ |
A D | resolve.S | 31 addi sp, -8*4, sp 32 stdi gr8, @(sp, 8) 33 stdi gr10, @(sp, 16) 34 stdi gr12, @(sp, 24) 36 st gr8, @(sp,gr0) 48 ld @(sp, gr0), gr8 50 lddi @(sp, 24), gr12 51 lddi @(sp, 16), gr10 52 lddi @(sp, 8), gr8 53 addi sp, 8*4, sp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/ |
A D | sysdep-cancel.h | 43 stw %rp, -20(%sr0,%sp) ASM_LINE_SEP \ 48 ldo 64(%sp), %sp ASM_LINE_SEP \ 49 ldo -64(%sp), %sp ASM_LINE_SEP \ 54 stw %r4, -36(%sr0,%sp) ASM_LINE_SEP \ 64 ldo 64(%sp), %sp ASM_LINE_SEP \ 65 ldo -64(%sp), %sp ASM_LINE_SEP \ 73 ldo 64(%sp), %sp ASM_LINE_SEP \ 74 ldo -64(%sp), %sp ASM_LINE_SEP \ 83 ldw -20(%sr0,%sp), %rp ASM_LINE_SEP \ 85 ldw -36(%sr0,%sp), %r4 ASM_LINE_SEP [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | mmap64.S | 46 ldr r6, [sp, $LOW_OFFSET] 81 str r5, [sp, #-4]! 83 str r4, [sp, #-4]! 93 ldmfd sp!, {r4, r5} 99 ldmfd sp!, {r4, r5} 104 stmfd sp!, {r4, r5, lr} 105 ldr r5, [sp, $16] 106 ldr r4, [sp, $12] 109 ldr ip, [sp, $20] 123 ldr r5, [sp, $20] [all …]
|
A D | clone.S | 56 stmfd sp!, {r4} 57 ldr r2, [sp, #4] 58 ldr r3, [sp, #8] 59 ldr r4, [sp, #12] 69 ldr r0, [sp, #4] 70 ldr r1, [sp] 108 stmfd sp!, {r4} 109 ldr r2, [sp, #4] 110 ldr r3, [sp, #8] 121 ldr r0, [sp, #4] [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/ |
A D | sysdep-cancel.h | 39 move.l %d0, -(%sp); \ 44 addq.l &4, %sp; \ 50 # define DOCARGS_0 move.l %d2, -(%sp); 52 # define UNDOCARGS_0 move.l (%sp)+, %d2; 59 # define _DOCARGS_2(n) move.l %d2, -(%sp); move.l n+4(%sp), %d2; \ 64 # define _DOCARGS_3(n) move.l %d3, -(%sp); move.l n+4(%sp), %d3; \ 66 # define UNDOCARGS_3 UNDOCARGS_2; move.l (%sp)+, %d3; 69 # define _DOCARGS_4(n) move.l %d4, -(%sp); move.l n+4(%sp), %d4; \ 71 # define UNDOCARGS_4 UNDOCARGS_3; move.l (%sp)+, %d4; 74 # define _DOCARGS_5(n) move.l %d5, -(%sp); move.l n+4(%sp), %d5; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arc/ |
A D | resolve.S | 19 st.a r4, [sp, -4] 20 st.a r5, [sp, -4] 21 st.a r6, [sp, -4] 22 st.a r7, [sp, -4] 23 st.a r8, [sp, -4] 24 st.a r9, [sp, -4] 30 ld.ab r9, [sp, 4] 31 ld.ab r8, [sp, 4] 32 ld.ab r7, [sp, 4] 33 ld.ab r6, [sp, 4] [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios2/ |
A D | crtn.S | 4 ldw ra, 0(sp) 5 ldw fp, 4(sp) 6 addi sp, sp, 8 11 ldw ra, 0(sp) 12 ldw fp, 4(sp) 13 addi sp, sp, 8
|
A D | crti.S | 7 addi sp, sp, -8 8 stw ra, 0(sp) 9 stw fp, 4(sp) 19 addi sp, sp, -8 20 stw ra, 0(sp) 21 stw fp, 4(sp)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | makecontext.c | 55 greg_t *sp; in __makecontext() local 61 sp = (greg_t *) ((uintptr_t) ucp->uc_stack.ss_sp in __makecontext() 63 sp -= (argc > 6 ? argc - 6 : 0) + 1; in __makecontext() 65 sp = (greg_t *) ((((uintptr_t) sp) & -16L) - 8); in __makecontext() 73 ucp->uc_mcontext.gregs[REG_RBX] = (uintptr_t) &sp[idx_uc_link]; in __makecontext() 74 ucp->uc_mcontext.gregs[REG_RSP] = (uintptr_t) sp; in __makecontext() 77 sp[0] = (uintptr_t) &__start_context; in __makecontext() 78 sp[idx_uc_link] = (uintptr_t) ucp->uc_link; in __makecontext() 113 sp[i - 5] = va_arg (ap, greg_t); in __makecontext()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/ |
A D | crtn.S | 14 ld.ab fp,[sp,4] 15 ld blink,[sp,0] 17 add sp,sp,4 25 ld.ab fp,[sp,4] 26 ld blink,[sp,0] 28 add sp,sp,4
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/cris/ |
A D | syscall.S | 26 subq 4,sp 28 move srp,[sp] 29 addoq 8,sp,acr 32 addoq 12,sp,acr 35 addoq 4,sp,acr 41 move [sp+],srp 50 move.d [sp+4],r13 51 move [sp+8],mof 52 move [sp+12],srp
|