Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 10 of 10) 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.S37 @ insert the args onto the new stack
64 @ 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.c241 void * stack; in mkstack() local
245 stack = mmap((void *)gStackBase, size, in mkstack()
250 if(stack == MAP_FAILED) { in mkstack()
251 stack = NULL; in mkstack()
255 if(mprotect(stack, guard_size, PROT_NONE)){ in mkstack()
256 munmap(stack, size); in mkstack()
257 stack = NULL; in mkstack()
263 return stack; in mkstack()
292 char* stack; in pthread_create() local
322 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/
DCHANGES.TXT184 abort() never returns). This improves stack traces considerably.
DOVERVIEW.TXT203 Except for the main thread, the TLS area is stored at the top of the stack.