| /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/ |
| elf_i386.xsw | 185 /DISCARD/ : { *(.note.GNU-stack) }
|
| elf_i386.xw | 192 /DISCARD/ : { *(.note.GNU-stack) }
|
| /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/ |
| shelf_linux.xdc | 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xdw | 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xsc | 200 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xsw | 200 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shlelf_linux.xdc | 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shlelf_linux.xdw | 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shlelf_linux.xsc | 200 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shlelf_linux.xsw | 200 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| /external/v8/src/ |
| parser.cc | 51 // PositionStack is used for on-stack allocation of token positions for 61 Element(PositionStack* stack, int value) { 62 previous_ = stack->top(); 64 stack->set_top(this); 99 // success, false if a stack-overflow happened during parsing. 199 Expression* ParseNewPrefix(PositionStack* stack, bool* ok); 200 Expression* ParseMemberWithNewPrefixesExpression(PositionStack* stack, 671 // Linked list implementation of stack of states. 705 // after parsing or referenced by syntax trees so they can be stack- [all...] |
| /external/webkit/JavaScriptCore/wtf/ |
| FastMalloc.cpp | 509 # define GetStackTrace(stack, depth, skip) (0) [all...] |
| /bionic/libc/kernel/arch-x86/asm/ |
| processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
| /dalvik/vm/mterp/x86-atom/ |
| footer.S | 35 movl %ebx, -4(%esp) # save %ebx to the stack 242 * find space for the new stack frame, check for overflow 254 subl $$sizeofStackSaveArea, %ecx # %ecx<- newSaveArea (stack save area using newFP) 441 movl rFP, -4(%esp) # move fp to stack 471 * fix stack overflow if necessary 525 cmp $$0, %eax # check for stack overflow;
|
| /development/ndk/platforms/android-5/arch-x86/include/asm/ |
| processor_32.h | 186 unsigned long stack[64]; member in struct:tss_struct
|
| /development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
| MethodSourcer.java | 161 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
|
| /external/gtest/src/ |
| gtest-death-test.cc | 202 // death test child process, which operates on a very small stack. Use 1051 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
| /external/libffi/src/m68k/ |
| sysv.S | 233 .section .note.GNU-stack,"",@progbits
|
| /external/libffi/src/powerpc/ |
| linux64.S | 186 .section .note.GNU-stack,"",@progbits
|
| sysv.S | 37 /* Save the old stack pointer as AP. */ 41 /* Allocate the stack space we need. */ 229 .section .note.GNU-stack,"",@progbits
|
| /external/libvpx/vp8/common/arm/neon/ |
| loopfilterhorizontaledge_uv_neon.asm | 25 ; stack(r4) const signed char *thresh, 26 ; stack(r5) unsigned char *v
|
| loopfilterhorizontaledge_y_neon.asm | 25 ; stack(r4) const signed char *thresh, 26 ; //stack(r5) int count --unused
|
| loopfiltersimpleverticaledge_neon.asm | 25 ; stack(r4) const signed char *thresh, 26 ; //stack(r5) int count --unused
|
| /external/libvpx/vp8/encoder/ppc/ |
| fdct_altivec.asm | 32 stwu r1,-32(r1) ;# create space on the stack 49 addi r1, r1, 32 ;# recover stack
|
| variance_altivec.asm | 35 stwu r1, -32(r1) ;# create space on the stack 45 addi r1, r1, 32 ;# recover stack
|