Searched refs:stack (Results 1 – 10 of 10) 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 | 37 @ 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/ |
D | clone.S | 18 # insert arguments onto the child stack
|
/bionic/libc/bionic/ |
D | pthread.c | 241 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/ |
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 | CHANGES.TXT | 184 abort() never returns). This improves stack traces considerably.
|
D | OVERVIEW.TXT | 203 Except for the main thread, the TLS area is stored at the top of the stack.
|