Searched refs:stack (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/arch-arm/asm/ |
D | smp.h | 31 void *stack; member
|
/bionic/libc/arch-arm/bionic/ |
D | _exit_with_stack_teardown.S | 42 swi #0 @ the stack is destroyed by this call 48 swi # __NR_munmap @ the stack is destroyed by this call
|
D | clone.S | 36 @ 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/ |
D | clone.S | 18 # insert arguments onto the child stack
|
/bionic/libc/bionic/ |
D | pthread.c | 222 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/ |
D | CAVEATS | 9 implemented, they enforce very large numbers of registers spills to the stack, even
|
D | SYSCALLS.TXT | 16 # socketcall(__NR_socket, 1, *(rest of args on stack)).
|
/bionic/libc/kernel/arch-x86/asm/ |
D | processor_32.h | 186 unsigned long stack[64]; member
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 191 Except for the main thread, the TLS area is stored at the top of the stack.
|