Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-arm/asm/
Dsmp.h31 void *stack; member
/bionic/libc/arch-arm/bionic/
D_exit_with_stack_teardown.S42 swi #0 @ the stack is destroyed by this call
48 swi # __NR_munmap @ the stack is destroyed by this call
Dclone.S36 @ insert the args onto the new stack
63 @ pick the function arg and call address off the stack and jump
/bionic/libc/arch-x86/bionic/
Dclone.S18 # insert arguments onto the child stack
/bionic/libc/bionic/
Dpthread.c222 void * stack; in mkstack() local
226 stack = mmap((void *)gStackBase, size, in mkstack()
231 if(stack == MAP_FAILED) { in mkstack()
232 stack = NULL; in mkstack()
236 if(mprotect(stack, guard_size, PROT_NONE)){ in mkstack()
237 munmap(stack, size); in mkstack()
238 stack = NULL; in mkstack()
244 return stack; in mkstack()
273 char* stack; in pthread_create() local
303 stack = mkstack(stackSize, attr->guard_size); in pthread_create()
[all …]
/bionic/libc/
DCAVEATS9 implemented, they enforce very large numbers of registers spills to the stack, even
DSYSCALLS.TXT16 # socketcall(__NR_socket, 1, *(rest of args on stack)).
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h186 unsigned long stack[64]; member
/bionic/libc/docs/
DOVERVIEW.TXT191 Except for the main thread, the TLS area is stored at the top of the stack.