/external/llvm/lib/Support/Unix/ |
Signals.inc | 22 # include <execinfo.h> // For backtrace(). 266 // On glibc systems we have the 'backtrace' function, which works nicely, but 271 // Use backtrace() to output a backtrace on Linux systems with glibc. 272 int depth = backtrace(StackTrace,
|
/external/srec/srec/include/ |
srec.h | 51 wtokenID word_backtrace; /* alternative backtrace, diff from path b.p.*/ 106 nodeID end_node; /* for backtrace with word graph */ 107 wtokenID backtrace; /* for backtrace */ member in struct:word_token_t 125 * Contains what we need for later backtrace, nbest, etc.
|
/system/core/libcorkscrew/arch-x86/ |
backtrace-x86.c | 24 #include "../backtrace-arch.h" 25 #include "../backtrace-helper.h" 97 backtrace_frame_t* backtrace; member in struct:__anon63610 761 unwind_state_t* state, backtrace_frame_t* backtrace, 788 backtrace, ignore_depth, max_depth, 803 backtrace, ignore_depth, max_depth, 823 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) { 840 &state, backtrace, ignore_depth, max_depth); 844 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) { [all...] |
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 763 * intptr_t backtrace[32] 765 * "size" is the size of the allocation, "backtrace" is a fixed-size 767 * allocations with the exact same size and backtrace. 799 fprintf(fp, "WARNING: mismatched backtrace sizes (%d vs. %d)\n", 812 intptr_t* backtrace = (intptr_t*) (ptr + sizeof(size_t) * 2); local 819 if (backtrace[bt] == 0) { 822 fprintf(fp, " %08x", backtrace[bt]);
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy.S | 92 // Preserve lr for backtrace.
|
/bionic/libc/arch-arm/krait/bionic/ |
memset.S | 46 // Preserve lr for backtrace.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_regions.c | 55 /* This should be set to the maximum backtrace size desired. 56 * Set it to 0 to disable backtrace debugging. 78 traceSize = backtrace(trace, DEBUG_BACKTRACE_SIZE); 81 DBG("no backtrace:");
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-586.pl | 450 # +64 X[0] X[1] X[2] X[3] # XMM->XMM backtrace area 494 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 517 # end is restored from backtrace ring buffer. X[3] is expected to 521 # X[-4] is accumulated and offloaded to backtrace ring buffer, at the 539 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer 587 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer 624 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]); # save X[] to backtrace buffer 663 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if($Xi<19); # restore X[] from backtrace buffer 707 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 893 # +64 X[0] X[1] X[2] X[3] # XMM->XMM backtrace are [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_generic-inl.h | 67 size = backtrace(stack, kStackLength);
|
stacktrace_win32-inl.h | 64 OUT PVOID *backtrace,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stacktrace_generic-inl.h | 67 size = backtrace(stack, kStackLength);
|
stacktrace_win32-inl.h | 64 OUT PVOID *backtrace,
|
/external/chromium_org/v8/test/mjsunit/ |
debug-suspend.js | 36 var base_backtrace_request = '"seq":0,"type":"request","command":"backtrace"'
|
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 170 // and produce a macro backtrace. 412 // Walk up to the caller of this macro, and produce a backtrace down to there. 438 << " expansions in backtrace; use -fmacro-backtrace-limit=0 to "
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.c | 55 /* This should be set to the maximum backtrace size desired. 56 * Set it to 0 to disable backtrace debugging. 78 traceSize = backtrace(trace, DEBUG_BACKTRACE_SIZE); 81 DBG("no backtrace:");
|
/external/openssl/crypto/sha/asm/ |
sha1-586.pl | 450 # +64 X[0] X[1] X[2] X[3] # XMM->XMM backtrace area 494 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 517 # end is restored from backtrace ring buffer. X[3] is expected to 521 # X[-4] is accumulated and offloaded to backtrace ring buffer, at the 539 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer 587 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer 624 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]); # save X[] to backtrace buffer 663 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if($Xi<19); # restore X[] from backtrace buffer 707 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 893 # +64 X[0] X[1] X[2] X[3] # XMM->XMM backtrace are [all...] |
/external/v8/test/mjsunit/ |
debug-suspend.js | 36 var base_backtrace_request = '"seq":0,"type":"request","command":"backtrace"'
|
/external/valgrind/main/helgrind/tests/ |
filter_helgrind | 8 # these files will be removed from backtrace entries matching these files.
|
/external/valgrind/main/memcheck/tests/ |
filter_memcheck | 8 # these files will be removed from backtrace entries matching these files.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
config_def.hpp | 132 // instantiation stack backtrace. They may be due in part to the fact
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/system/core/debuggerd/ |
debuggerd.c | 41 #include <corkscrew/backtrace.h> 47 #include "backtrace.h" 493 fputs("Error dumping backtrace.\n", stderr); 509 " -b dump backtrace to console, otherwise dump full tombstone file\n"
|
/system/core/libutils/ |
CallStack.cpp | 23 #include <corkscrew/backtrace.h>
|