HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 276 - 300 of 636) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xc 204 .stack 0x80000 :
207 *(.stack)
211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xn 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xs 192 .stack 0x80000 :
195 *(.stack)
199 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xsc 197 .stack 0x80000 :
200 *(.stack)
204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xsw 197 .stack 0x80000 :
200 *(.stack)
204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xw 204 .stack 0x80000 :
207 *(.stack)
211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.x 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xbn 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xc 204 .stack 0x80000 :
207 *(.stack)
211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xn 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xs 192 .stack 0x80000 :
195 *(.stack)
199 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xsc 197 .stack 0x80000 :
200 *(.stack)
204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xsw 197 .stack 0x80000 :
200 *(.stack)
204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xw 204 .stack 0x80000 :
207 *(.stack)
211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.x 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xbn 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xc 204 .stack 0x80000 :
207 *(.stack)
211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xn 199 .stack 0x80000 :
202 *(.stack)
206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xs 192 .stack 0x80000 :
195 *(.stack)
199 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xsc 197 .stack 0x80000 :
200 *(.stack)
204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xsw 197 .stack 0x80000 :
200 *(.stack)
204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
armelf.xw 204 .stack 0x80000 :
207 *(.stack)
211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 788 * checkMemberAccess() assumes the following stack when called:<br>
800 * specified depth on the stack of the calling thread. Frames representing
805 * <li>This method operates on the defining classes of methods on stack.
811 * the stack depth of the requested ClassLoader
815 Class<?>[] stack = VMStack.getClasses(depth + 1, false); local
816 if(stack.length < depth + 1) {
819 return stack[depth].getClassLoader();
    [all...]
  /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.
174 .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);

Completed in 1002 milliseconds

<<11121314151617181920>>