Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 44) sorted by relevance

12

/sysdeps/pthread/
A Dtst-stack1.c26 static void *stack; variable
59 if (test_stack != stack) in tf()
62 test_stack, stack); in tf()
81 if (posix_memalign (&stack, getpagesize (), size) != 0) in do_test()
95 if (pthread_attr_setstack (&attr, stack, size) != 0) in do_test()
117 if (test_stack != stack) in do_test()
120 test_stack, stack); in do_test()
/sysdeps/mach/hurd/htl/
A Dpt-sysdep.c42 _init_routine (void *stack) in _init_routine() argument
55 if (stack != NULL) in _init_routine()
62 __pthread_attr_setstack (attrp, stack, __vm_page_size); in _init_routine()
72 thread->stack = 0; in _init_routine()
/sysdeps/unix/sysv/linux/
A Dtst-misalign-clone.c61 char *stack = PTR_ALIGN_UP (&st[0], 2) + 1; in do_test() local
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()
72 pid_t p = clone (check_stack_alignment, stack, 0, 0); in do_test()
A Dtst-misalign-clone-internal.c55 char *stack = PTR_ALIGN_UP (&st[0], 2) + 1; in do_test() local
58 .stack = (uintptr_t) stack, in do_test()
A Dclone-internal.c67 void *stack = cast_to_pointer (cl_args->stack); in __clone_internal() local
70 ret = __clone2 (func, stack, cl_args->stack_size, in __clone_internal()
81 stack += cl_args->stack_size; in __clone_internal()
83 ret = __clone (func, stack, flags, arg, in __clone_internal()
A Ddl-execstack.c101 void *stack = (pd->stackblock in __nptl_change_stack_perm() local
104 size_t len = pd->stackblock + pd->stackblock_size - stack; in __nptl_change_stack_perm()
106 void *stack = pd->stackblock + pd->guardsize; in __nptl_change_stack_perm()
109 void *stack = pd->stackblock; in __nptl_change_stack_perm()
114 if (__mprotect (stack, len, PROT_READ | PROT_WRITE | PROT_EXEC) != 0) in __nptl_change_stack_perm()
A Dclone3.h48 __aligned_uint64_t stack; member
A Dtst-align-clone-internal.c55 .stack = (uintptr_t) st, in do_test()
A Dspawni.c340 void *stack = __mmap (NULL, stack_size, prot, in __spawnix() local
342 if (__glibc_unlikely (stack == MAP_FAILED)) in __spawnix()
375 .stack = (uintptr_t) stack, in __spawnix()
404 __munmap (stack, stack_size); in __spawnix()
A Dtst-clone3-internal.c85 .stack = (uintptr_t) st, in do_test()
/sysdeps/mach/
A Dthread_state.h33 #define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \ argument
34 ((ts)->SP = (unsigned long int) (stack))
36 #define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \ argument
37 ((ts)->SP = (unsigned long int) (stack) + (size))
A Dsysdep.h74 #error stack direction unspecified
/sysdeps/unix/sysv/linux/riscv/
A Ducontext_i.sym15 #define stack(member) ucontext (uc_stack.member)
24 STACK_SP stack (ss_sp)
25 STACK_SIZE stack (ss_size)
26 STACK_FLAGS stack (ss_flags)
/sysdeps/unix/sysv/linux/mips/
A Ducontext_i.sym24 #define stack(member) ucontext (uc_stack.member)
33 STACK_SP stack (ss_sp)
34 STACK_SIZE stack (ss_size)
35 STACK_FLAGS stack (ss_flags)
/sysdeps/unix/sysv/linux/aarch64/
A Ducontext_i.sym23 #define stack(member) ucontext (uc_stack.member)
33 STACK_SP stack (ss_sp)
34 STACK_SIZE stack (ss_size)
35 STACK_FLAGS stack (ss_flags)
/sysdeps/x86/
A Djmp_buf-ssp.sym1 -- FIXME: Define SHADOW_STACK_POINTER_OFFSET to support shadow stack.
A Dtst-stack-align.h28 #include_next <tst-stack-align.h>
/sysdeps/arm/
A Ddl-trampoline.S35 @ stack[0] contains the return address from this call
39 @ Save arguments. We save r4 to realign the stack.
63 @ only to realign the stack.
84 @ stack[0] contains the return address from this call
/sysdeps/generic/
A Dunwind-dw2.c328 stack[0] = initial; in execute_stack_op()
529 t1 = stack[stack_elt - 1]; in execute_stack_op()
530 t2 = stack[stack_elt - 2]; in execute_stack_op()
531 t3 = stack[stack_elt - 3]; in execute_stack_op()
532 stack[stack_elt - 1] = t2; in execute_stack_op()
533 stack[stack_elt - 2] = t3; in execute_stack_op()
534 stack[stack_elt - 3] = t1; in execute_stack_op()
547 result = stack[stack_elt]; in execute_stack_op()
693 if (stack[stack_elt] != 0) in execute_stack_op()
705 if ((size_t) stack_elt >= sizeof (stack) / sizeof (*stack)) in execute_stack_op()
[all …]
/sysdeps/powerpc/
A Dtst-stack-align.h33 #include_next <tst-stack-align.h>
/sysdeps/unix/sysv/linux/arm/
A Dclone.S40 @ insert the args onto the new stack
71 @ pick the function arg and call address off the stack and execute
/sysdeps/unix/sysv/linux/x86/
A Dtst-cet-property-dep-2.S63 .section .note.GNU-stack,"",@progbits
/sysdeps/i386/i686/
A DMakefile2 stack-align-test-flags += -msse
/sysdeps/mach/hurd/
A Dmig-reply.c67 __mig_init (void *stack) in weak_alias()
/sysdeps/mach/htl/
A Dpt-thread-terminate.c41 if (thread->stack) in __pthread_thread_terminate()

Completed in 32 milliseconds

12