/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_node.h | 57 int __depth = backtrace(&__buffer[0], __max_depth);
|
/system/core/debuggerd/ |
Android.mk | 14 backtrace.cpp \
|
/external/e2fsprogs/e2fsck/ |
sigcatcher.c | 2 * sigcatcher.c --- print a backtrace on a SIGSEGV, et. al 376 frames = backtrace(stack_syms, 32);
|
/external/wpa_supplicant_8/src/utils/ |
trace.c | 2 * Backtrace debugging 264 btrace_num = backtrace(btrace_res, len);
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 888 * intptr_t backtrace[32] 890 * "size" is the size of the allocation, "backtrace" is a fixed-size 892 * allocations with the exact same size and backtrace. 924 fprintf(fp, "WARNING: mismatched backtrace sizes (%zu vs. %d)\n", 937 intptr_t* backtrace = (intptr_t*) (ptr + sizeof(size_t) * 2); local 944 if (backtrace[bt] == 0) { 948 fprintf(fp, " %016" PRIxPTR, backtrace[bt]); 950 fprintf(fp, " %08" PRIxPTR, backtrace[bt]); [all...] |
/art/runtime/ |
utils.cc | 50 #include <backtrace/Backtrace.h> 51 #include <backtrace/BacktraceMap.h> [all...] |
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 170 // and produce a macro backtrace. 309 /// A recursive function to trace all possible backtrace locations 468 // spelling location here to avoid emitting a macro backtrace for the note. 615 << " expansions in backtrace; use -fmacro-backtrace-limit=0 to "
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
input_latency_async_slice.html | 384 // TODO(yuhao): For now, we backtrace all the way to the source input. 503 // For now, we backtrace from it. 504 // TODO(yuhao): There are more such slices that we need to backtrace
|
/external/elfutils/tests/ |
backtrace.c | 250 PC will get changed to function 'jmp' by backtrace.c function 251 prepare_thread. Then SIGUSR2 will be signalled to backtrace-child 427 { "backtrace-exec", OPT_BACKTRACE_EXEC, "EXEC", 0, N_("Run executable"), 0 },
|
/external/libchrome/base/debug/ |
stack_trace_posix.cc | 424 // and even backtrace() can call malloc(), leading to hangs. 440 // at ../sysdeps/x86_64/../ia64/backtrace.c:53 444 // at ../sysdeps/x86_64/../ia64/backtrace.c:104 701 // Avoid hangs during backtrace initialization, see above. 728 // Though the backtrace API man page does not list any possible negative 730 count_ = base::saturated_cast<size_t>(backtrace(trace_, arraysize(trace_)));
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
socket.rb | 59 log!( " Backtrace: " ) 60 log!( " - %s", error.backtrace.join( "\n - " ) )
|
/external/libunwind/ |
configure.ac | 8 AC_CONFIG_SRCDIR(src/mi/backtrace.c) 366 AC_SEARCH_LIBS(backtrace, execinfo)
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memset.S | 46 // Preserve lr for backtrace.
|
/bionic/libc/arch-arm/cortex-a7/bionic/ |
memset.S | 46 // Preserve lr for backtrace.
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memset.S | 44 // Preserve lr for backtrace.
|
/bionic/libc/arch-arm/denver/bionic/ |
memset.S | 48 // Preserve lr for backtrace.
|
/bionic/libc/malloc_debug/ |
Android.mk | 22 backtrace.cpp \
|
backtrace.cpp | 39 #include "backtrace.h"
|
/external/boringssl/src/crypto/sha/asm/ |
sha1-586.pl | 583 # +64 X[0] X[1] X[2] X[3] # XMM->XMM backtrace area 627 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 653 # end is restored from backtrace ring buffer. X[3] is expected to 657 # X[-4] is accumulated and offloaded to backtrace ring buffer, at the 676 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer 723 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer 760 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]); # save X[] to backtrace buffer 803 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if($Xi<19); # restore X[] from backtrace buffer 853 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_unwind_linux_libcdep.cc | 43 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
|
/external/dbus/cmake/ |
ConfigureChecks.cmake | 24 check_symbol_exists(backtrace "execinfo.h" HAVE_BACKTRACE) # dbus-sysdeps.c, dbus-sysdeps-win.c
|