Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 30) sorted by relevance

12

/glibc-2.36/support/
Dxsigstack.c40 struct support_stack stack; member
63 xfree_sigstack (void *stack) in xfree_sigstack()
76 xget_sigstack_location (const void *stack, unsigned char **addrp, size_t *sizep) in xget_sigstack_location()
Dxclone.c25 xclone (int (*fn) (void *arg), void *arg, void *stack, size_t stack_size, in xclone()
Dsupport.h211 void *stack; member
Dsupport_stack_alloc.c78 support_stack_free (struct support_stack *stack) in support_stack_free()
/glibc-2.36/elf/
Dtst-execstack-needed.c28 char stack[1100 * 1024]; in deeper() local
Dtst-execstack-prog.c27 char stack[1100 * 1024]; in deeper() local
Dtst-execstack.c229 char stack[1100 * 1024]; in deeper() local
/glibc-2.36/sysdeps/mach/
Dthread_state.h33 #define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \ argument
36 #define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \ argument
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-misalign-clone-internal.c55 char *stack = PTR_ALIGN_UP (&st[0], 2) + 1; in do_test() local
Dtst-misalign-clone.c61 char *stack = PTR_ALIGN_UP (&st[0], 2) + 1; in do_test() local
Ddl-execstack.c101 void *stack = (pd->stackblock in __nptl_change_stack_perm() local
Dclone-internal.c67 void *stack = cast_to_pointer (cl_args->stack); in __clone_internal() local
Dclone3.h48 __aligned_uint64_t stack; member
Dspawni.c352 void *stack = __mmap (NULL, stack_size, prot, in __spawnix() local
/glibc-2.36/nptl/
Dtst-stack3.c46 void *stack; in do_test() local
Dnptl-stack.c96 queue_stack (struct pthread *stack) in queue_stack()
Dtst-default-attr.c309 size_t stack; in verify_stacksize_result() local
Dallocatestack.c215 void **stack, size_t *stacksize) in allocate_stack()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-sysdep.c42 _init_routine (void *stack) in _init_routine()
/glibc-2.36/signal/
Dtst-minsigstksz-5.c48 stack_t stack = in do_test() local
/glibc-2.36/sysdeps/pthread/
Dtst-stack1.c26 static void *stack; variable
/glibc-2.36/mach/
Dsetup-thread.c42 vm_address_t stack; in __mach_setup_thread() local
/glibc-2.36/stdlib/
Dtst-canon-bz26341.c86 char stack[stack_size]; in do_realpath() local
Dqsort.c103 stack_node stack[STACK_SIZE]; in _quicksort() local
/glibc-2.36/io/
Dtst-close_range.c141 struct support_stack stack = support_stack_alloc (4096); in close_range_test_subprocess() local
183 struct support_stack stack = support_stack_alloc (4096); in close_range_unshare_test() local

12