/sysdeps/unix/sysv/linux/ |
A D | tst-misalign-clone-internal.c | 49 # define STACK_SIZE (256 * 1024) in do_test() macro 51 # define STACK_SIZE (128 * 1024) in do_test() macro 53 char st[STACK_SIZE + 1]; in do_test() 59 .stack_size = STACK_SIZE, in do_test()
|
A D | tst-misalign-clone.c | 54 # define STACK_SIZE (256 * 1024) in do_test() macro 56 # define STACK_SIZE (128 * 1024) in do_test() macro 59 char st[STACK_SIZE + 1]; in do_test() 67 pid_t p = __clone2 (check_stack_alignment, stack, STACK_SIZE, 0, 0); in do_test() 70 pid_t p = clone (check_stack_alignment, stack + STACK_SIZE, 0, 0); in do_test()
|
A D | tst-align-clone-internal.c | 48 # define STACK_SIZE 256 * 1024 in do_test() macro 50 # define STACK_SIZE 128 * 1024 in do_test() macro 52 char st[STACK_SIZE] __attribute__ ((aligned)); in do_test()
|
A D | tst-getpid1-internal.c | 64 # define STACK_SIZE 256 * 1024 in do_test() macro 66 # define STACK_SIZE 128 * 1024 in do_test() macro 68 char st[STACK_SIZE] __attribute__ ((aligned)); in do_test()
|
A D | tst-clone2-internal.c | 74 # define STACK_SIZE 256 * 1024 in do_test() macro 76 # define STACK_SIZE 128 * 1024 in do_test() macro 78 char st[STACK_SIZE] __attribute__ ((aligned)); in do_test()
|
/sysdeps/sparc/sparc64/ |
A D | strcspn.S | 25 #define STACK_SIZE 128 macro 29 #define STACK_SIZE 64 macro 36 sub %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 166 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 172 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 177 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 182 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 187 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 192 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 201 13: add %sp, STACK_SIZE+32, %sp /* IEU1 */ [all …]
|
A D | strspn.S | 25 #define STACK_SIZE 128 macro 29 #define STACK_SIZE 64 macro 36 sub %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 166 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 172 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 177 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 182 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 187 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 192 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 201 13: add %sp, STACK_SIZE+32, %sp /* IEU1 */ [all …]
|
A D | strpbrk.S | 25 #define STACK_SIZE 128 macro 29 #define STACK_SIZE 64 macro 36 sub %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 164 add %sp, STACK_SIZE+32, %sp /* IEU0 Group */ 173 add %sp, STACK_SIZE+32, %sp /* IEU1 */ 181 add %sp, STACK_SIZE+32, %sp /* IEU1 */ 188 add %sp, STACK_SIZE+32, %sp /* IEU1 */ 194 add %sp, STACK_SIZE+32, %sp /* IEU1 */ 203 add %sp, STACK_SIZE+32, %sp /* IEU1 */ 211 add %sp, STACK_SIZE+32, %sp /* IEU1 */ [all …]
|
/sysdeps/pthread/ |
A D | tst-pt-tls1.c | 86 #define STACK_SIZE (1 * 1024 * 1024) in do_test() macro 87 xpthread_attr_setstacksize (&a, STACK_SIZE); in do_test() 107 thr_stack = xposix_memalign (0x200, STACK_SIZE + 1); in do_test() 108 xpthread_attr_setstack (&a, thr_stack + 1, STACK_SIZE); in do_test()
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | ucontext_i.sym | 25 STACK_SIZE stack (ss_size)
|
/sysdeps/unix/sysv/linux/mips/ |
A D | ucontext_i.sym | 34 STACK_SIZE stack (ss_size)
|
A D | makecontext.S | 97 PTR_L t2, STACK_SIZE(a0)
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | ucontext_i.sym | 34 STACK_SIZE stack (ss_size)
|