| /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/ |
| armelf.xu | 147 .stack 0 : 149 *(.stack)
|
| /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/ |
| armelf.xr | 146 .stack 0 : 148 *(.stack)
|
| armelf.xu | 147 .stack 0 : 149 *(.stack)
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
| armelf.xr | 144 .stack 0 : 146 *(.stack)
|
| armelf.xu | 145 .stack 0 : 147 *(.stack)
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/ |
| armelf.xr | 146 .stack 0 : 148 *(.stack)
|
| armelf.xu | 147 .stack 0 : 149 *(.stack)
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/ |
| armelf.xr | 146 .stack 0 : 148 *(.stack)
|
| armelf.xu | 147 .stack 0 : 149 *(.stack)
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/ |
| armelf.xr | 146 .stack 0 : 148 *(.stack)
|
| armelf.xu | 147 .stack 0 : 149 *(.stack)
|
| /dalvik/vm/mterp/x86-atom/ |
| entry.S | 39 lea -40(%esp), %esp # set callee stack pointer 49 #lea 40(%ebp), %esp # correct stack pointer 56 lea 40(%esp), %esp # correct stack pointer 65 * DvmMterpStdRun entry point: save stack pointer, setup memory locations, get 109 * Restore the stack pointer and PC from the save point established on entry and
|
| /external/libffi/src/arm/ |
| sysv.S | 161 @ Call ffi_prep_args(stack, &ecif) 167 @ and adjust stack 298 .section .note.GNU-stack,"",%progbits
|
| /external/libffi/src/frv/ |
| ffi.c | 34 /* ffi_prep_args is called by the assembly routine once stack space 37 void *ffi_prep_args(char *stack, extended_cif *ecif) 46 argp = stack; 65 // This is going on the stack. Turn it into a double. 110 return (stack + ((count > 24) ? 24 : ALIGN_DOWN(count, 8))); 175 /* Arguments that don't fit in registers are found on the stack 220 start looking at the those passed on the stack. */
|
| /external/libvpx/vp8/encoder/arm/neon/ |
| variance_neon.asm | 27 ; stack unsigned int *sse 70 ldr r12, [sp] ;load *sse from stack 140 ldr r12, [sp] ;load *sse from stack 195 ldr r12, [sp] ;load *sse from stack 216 ; stack unsigned int *sse 260 ldr r12, [sp] ;load *sse from stack
|
| vp8_subpixelvariance8x8_neon.asm | 22 ; stack(r4) unsigned char *dst_ptr, 23 ; stack(r5) int dst_pixels_per_line, 24 ; stack(r6) unsigned int *sse 31 ldr r4, [sp, #12] ;load *dst_ptr from stack 32 ldr r5, [sp, #16] ;load dst_pixels_per_line from stack 33 ldr lr, [sp, #20] ;load *sse from stack
|
| /external/openssl/apps/ |
| crl2p7.c | 74 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile); 295 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile) 310 /* This loads from a file, a stack of x509/crl/pkey sets */ 323 sk_X509_push(stack,xi->x509);
|
| /external/proguard/src/proguard/evaluation/ |
| Stack.java | 26 * This class represents an operand stack that contains <code>Value</code> 31 public class Stack 42 * Creates a new Stack with a given maximum size, accounting for the double 45 public Stack(int maxSize) 52 * Creates a Stack that is a copy of the given Stack. 54 public Stack(Stack stack) 57 this(stack.values.length) [all...] |
| /external/srec/tools/grxmlcompile/ |
| grxmldoc.h | 28 #include <stack> 159 std::stack<ItemData*> m_ItemVarsStack; 160 std::stack<std::string> m_RuleListStack;
|
| /bionic/libc/bionic/ |
| pthread.c | 241 void * stack; local 245 stack = mmap((void *)gStackBase, size, 250 if(stack == MAP_FAILED) { 251 stack = NULL; 255 if(mprotect(stack, guard_size, PROT_NONE)){ 256 munmap(stack, size); 257 stack = NULL; 263 return stack; 267 * Create a new thread. The thread's stack is layed out like so: 278 * . stack area 292 char* stack; local [all...] |
| /dalvik/tools/dmtracedump/ |
| CreateTestTrace.c | 79 typedef struct stack { struct 82 } stack; typedef in typeref:struct:stack 105 * determines the call stack. Each called method must be indented by one 126 stack *callStack; 163 callStack = (stack *) malloc(sizeof(stack) * numThreads); 198 // Allocate space for the thread stack, if necessary 263 // Exiting method must be currently on top of stack (unless stack is empty) 266 printf(" Exiting %s (past bottom of stack)\n", records[nextRecord].fullName) [all...] |
| /external/libffi/src/x86/ |
| ffi64.c | 174 /* If the struct is larger than 16 bytes, pass it on the stack. */ 314 not, add it's size to the stack byte count. */ 347 char *stack, *argp; local 365 stack = alloca (sizeof (struct register_args) + cif->bytes + 4*8); 366 reg_args = (struct register_args *) stack; 367 argp = stack + sizeof (struct register_args); 391 /* Stack arguments are *always* at least 8 byte aligned. */ 430 ffi_call_unix64 (stack, cif->bytes + sizeof (struct register_args), 521 /* Stack arguments are *always* at least 8 byte aligned. */
|
| win32.S | 57 # Return stack to previous state and call the function 60 # FIXME: Align the stack to a 128-bit boundary to avoid 170 # Return stack to previous state and call the function 173 # FIXME: Align the stack to a 128-bit boundary to avoid 178 # stdcall functions pop arguments off the stack themselves 269 leal 12(%ebp), %edx /* account for stub return address on stack */
|
| /external/openssl/crypto/ |
| sparccpuid.S | 21 ! Keep in mind that this does not excuse us from wiping the stack! 23 ! resides on the stack, toward lower addresses]. To facilitate for 24 ! stack wiping I return pointer to the top of stack of the *caller*. 126 add %fp,BIAS,%i0 ! return pointer to caller?s top of stack
|
| /external/libffi/src/mips/ |
| n32.S | 79 SUBU $sp, $sp, v0 # move the stack pointer to reflect the 88 # Copy the stack pointer to t9 91 # Fix the stack if there are more than 8 64bit slots worth 311 ADDU $sp, SIZEOF_FRAME # Fix stack pointer 318 ($12). Stores any arguments passed in registers onto the stack, 322 Stack layout: 387 # fit in registers, then they were stored on the stack. 502 .uleb128 SIZEOF_FRAME # adjust stack.by SIZEOF_FRAME 524 .uleb128 SIZEOF_FRAME2 # adjust stack.by SIZEOF_FRAME
|