HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 526 - 550 of 1681) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/arm-eabi/lib/ldscripts/
armelf.x 222 .stack 0x80000 :
225 *(.stack)
229 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xbn 222 .stack 0x80000 :
225 *(.stack)
229 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xc 225 .stack 0x80000 :
228 *(.stack)
232 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xn 222 .stack 0x80000 :
225 *(.stack)
229 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xs 211 .stack 0x80000 :
214 *(.stack)
218 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xsc 210 .stack 0x80000 :
213 *(.stack)
217 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xsw 210 .stack 0x80000 :
213 *(.stack)
217 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf.xw 225 .stack 0x80000 :
228 *(.stack)
232 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/arm-eabi/lib/ldscripts/
armelf.x 239 .stack 0x80000 :
242 *(.stack)
246 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xbn 238 .stack 0x80000 :
241 *(.stack)
245 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xc 241 .stack 0x80000 :
244 *(.stack)
248 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xn 238 .stack 0x80000 :
241 *(.stack)
245 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xs 227 .stack 0x80000 :
230 *(.stack)
234 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xsc 227 .stack 0x80000 :
230 *(.stack)
234 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xsw 226 .stack 0x80000 :
229 *(.stack)
233 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
armelf.xw 241 .stack 0x80000 :
244 *(.stack)
248 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.mdebug.*) }
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 138 * Visits each entry of the stack map frames.
148 pos = stack(pos + 2, offset, numStack);
161 * Invoked when <code>stack</code> of <code>stack_map_frame</code>
164 public int stack(int pos, int offset, int num) { method in class:StackMap.Walker
174 * false if it is for <code>stack</code>.
273 * Updates this stack map table when a new local variable is inserted
404 * It is called to update the stack map when
422 public int stack(int pos, int offset, int num) { method in class:StackMap.NewRemover
470 * Prints this stack map.
  /dalvik/vm/arch/x86/
Call386ABI.S 18 * argument list has to be pushed onto the native stack according to
44 The native code expects arguments on the stack, pushed from right to left.
53 Float and double returned on top of FP stack.
178 .section .note.GNU-stack,"",@progbits
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 166 // child process, which operates on a very small stack. Use the
555 // Two utility routines that together determine the direction the stack
576 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
578 GTEST_DEATH_TEST_CHECK(stack != MAP_FAILED);
580 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
585 GTEST_DEATH_TEST_CHECK(munmap(stack, stack_size) != -1);
  /external/kernel-headers/original/asm-arm/
thread_info.h 84 #define init_stack (init_thread_union.stack)
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 22 * - this struct shares the supervisor stack pages
43 unsigned long previous_esp; /* ESP of the previous stack in case
84 #define init_stack (init_thread_union.stack)
87 /* how to get the current stack pointer from C */
  /external/libffi/src/powerpc/
ffi_darwin.c 57 /* ffi_prep_args is called by the assembly routine once stack space
60 The stack layout we want looks like this:
64 | Previous backchain pointer 4 | stack pointer here
71 |--------------------------------------------| | stack |
77 |--------------------------------------------| | stack pointer here
83 void ffi_prep_args(extended_cif *ecif, unsigned *const stack)
89 unsigned *const stacktop = stack + (bytes / sizeof(unsigned));
98 unsigned *next_arg = stack + 6; /* 6 reserved positions. */
109 FFI_ASSERT(((unsigned)(char *)stack & 0xF) == 0);
222 /* Check that we didn't overrun the stack... *
    [all...]
  /external/libffi/src/s390/
ffi.c 156 /* ffi_prep_args is called by the assembly routine once stack space */
162 ffi_prep_args (unsigned char *stack, extended_cif *ecif)
164 /* The stack space will be filled with those areas:
183 unsigned long long *p_fpr = (unsigned long long *)(stack + fpr_off);
184 unsigned long *p_gpr = (unsigned long *)(stack + gpr_off);
186 unsigned long *p_ov = (unsigned long *)stack;
437 go in FPRs, the rest overflow to the stack. */
454 if one is still available, or else on the stack. If only one
471 have been used) or overflows to the stack. */
482 /* Total stack space as required for overflow argument
    [all...]
  /external/libffi/src/sparc/
ffi.c 33 /* ffi_prep_args is called by the assembly routine once stack space
36 void ffi_prep_args_v8(char *stack, extended_cif *ecif)
44 argp = stack + 16*sizeof(int);
122 int ffi_prep_args_v9(char *stack, extended_cif *ecif)
133 argp = stack + 16*sizeof(long long);
287 /* The stack must be 2 word aligned, so round bytes up
498 /* Grab the addresses of the arguments from the stack frame. */
565 /* Grab the addresses of the arguments from the stack frame. */
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 25 ; stack unsigned int *sse
65 ldr r12, [sp] ;load *sse from stack

Completed in 1413 milliseconds

<<21222324252627282930>>