| /external/valgrind/none/tests/ |
| cmdline2.stdout.exp | 40 --num-callers=<number> show <number> callers in stack traces [12] 45 --show-below-main=no|yes continue stack traces below main() [no] 52 --max-stackframe=<number> assume stack switch for SP changes larger 54 --main-stacksize=<number> set size of main thread's stack (in bytes) 77 --smc-check=none|stack|all|all-non-file [all-non-file] 82 and use it to do better stack traces. [yes] 85 --read-var-info=yes|no read debug info on stack and global variables 110 --valgrind-stacksize=<number> size of valgrind (host) thread's stack 122 --unw-stack-scan-thresh=<number> Enable stack-scan unwind if fewe [all...] |
| /external/libvpx/libvpx/vpx_ports/ |
| x86_abi_support.asm | 164 ; This macro aligns the stack to the given alignment (in bytes). The stack 165 ; is left such that the previous value of the stack pointer is the first 166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.') 322 ; store registers 6-n on the stack 324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return 325 ; value. Typically we follow this up with 'push rbp' - re-aligning the stack - 384 ; Tell GNU ld that we don't require an executable stack. 386 section .note.GNU-stack noalloc noexec nowrite progbits 389 section .note.GNU-stack noalloc noexec nowrite progbit [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
| x86_abi_support.asm | 164 ; This macro aligns the stack to the given alignment (in bytes). The stack 165 ; is left such that the previous value of the stack pointer is the first 166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.') 322 ; store registers 6-n on the stack 324 ; Win64 ABI requires 16 byte stack alignment, but then pushes an 8 byte return 325 ; value. Typically we follow this up with 'push rbp' - re-aligning the stack - 384 ; Tell GNU ld that we don't require an executable stack. 386 section .note.GNU-stack noalloc noexec nowrite progbits 389 section .note.GNU-stack noalloc noexec nowrite progbit [all...] |
| /external/deqp/framework/qphelper/ |
| qpTestLog.c | 81 DE_INLINE void ContainerStack_reset (ContainerStack* stack) 83 deMemset(stack, 0, sizeof(ContainerStack)); 86 DE_INLINE deBool ContainerStack_isEmpty (const ContainerStack* stack) 88 return stack->numElements == 0; 91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type) 93 if (stack->numElements == MAX_CONTAINER_STACK_DEPTH) 96 if (stack->numElements > 0 && !childContainersOk(stack->elements[stack->numElements-1])) 99 stack->elements[stack->numElements] = type [all...] |
| /bionic/libc/arch-mips64/bionic/ |
| syscall.S | 39 PTR_SUBU sp, FRAMESZ # allocate stack frame
|
| /build/core/clang/ |
| TARGET_x86.mk | 24 # -mstackrealign is needed to realign stack in native code 26 # will work on assumed stack aligned local variables.
|
| /device/moto/shamu/camera/QCamera/HAL2/core/ |
| Android.mk | 52 $(LOCAL_PATH)/../../stack/mm-camera-interface/inc\ 53 $(LOCAL_PATH)/../../stack/mm-jpeg-interface/inc\
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
| template.py | 2 from boto.cloudformation.stack import Capability
|
| /external/chromium-trace/catapult/tracing/tracing/mre/ |
| failure_unittest.py | 25 'err', 'desc', 'stack') 33 'stack': 'stack' 46 'stack': 'stack' 56 self.assertEquals(failure.stack, 'stack')
|
| /external/clang/unittests/Tooling/ |
| RecursiveASTVisitorTestCallVisitor.cpp | 11 #include <stack>
|
| RecursiveASTVisitorTestTypeLocVisitor.cpp | 11 #include <stack>
|
| /external/compiler-rt/lib/asan/ |
| asan_internal.h | 78 void ReadContextStack(void *context, uptr *stack, uptr *ssize);
|
| /external/compiler-rt/lib/lsan/ |
| lsan.cc | 97 stack.Print();
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_symbolizer_libbacktrace.cc | 158 bool LibbacktraceSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) { 160 data.first = stack; 161 data.last = stack; 184 bool LibbacktraceSymbolizer::SymbolizePC(uptr addr, SymbolizedStack *stack) {
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_fd.h | 57 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack);
|
| tsan_mman.cc | 88 VarSizeStackTrace stack; 89 ObtainCurrentStack(thr, pc, &stack); 90 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack)) 94 rep.AddStack(stack, true);
|
| /external/compiler-rt/test/asan/TestCases/Linux/ |
| stress_dtls.c | 59 uintptr_t stack; local 60 // fprintf(stderr, "STACK: %p TLS: %p SELF: %p\n", &stack, &my_tls,
|
| /external/freetype/src/cff/ |
| cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|
| /external/junit/src/junit/runner/ |
| BaseTestRunner.java | 269 * Returns a filtered stack trace 288 * Filters stack frames from internal JUnit classes 290 public static String getFilteredTrace(String stack) { 292 return stack; 296 StringReader sr= new StringReader(stack); 309 return stack; // return the stack unfiltered
|
| /external/libcxx/test/libcxx/ |
| double_include.sh.cpp | 87 #include <stack>
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/lzw/ |
| ftzopen.h | 139 FT_Byte* stack; /* character stack */ member in struct:FT_LzwStateRec_
|
| /external/libunwind/src/hppa/ |
| getcontext.S | 55 SPILL (30) /* stack pointer */ 72 /* We do not need executable stack. */ 73 .section .note.GNU-stack,"",@progbits
|
| setcontext.S | 58 FILL (30) /* stack pointer */ 75 /* We do not need executable stack. */ 76 .section .note.GNU-stack,"",@progbits
|
| /external/libunwind/src/ia64/ |
| siglongjmp.S | 46 * Note: we can use the scratch stack are because the caller 67 /* We do not need executable stack. */ 68 .section .note.GNU-stack,"",@progbits
|
| sigsetjmp.S | 67 /* We do not need executable stack. */ 68 .section .note.GNU-stack,"",@progbits
|