Home
last modified time | relevance | path

Searched refs:backtrace_symbols (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dbacktrace.c50 char **backtrace_symbols(void *const *buffer, int size) in backtrace_symbols() function
127 strings = backtrace_symbols(buffer, nptrs); in print_trace()
/third_party/musl/porting/liteos_a/user_debug/include/
Ddebug.h73 char **backtrace_symbols(void *const *buffer, int size);
/third_party/skia/tools/
DCrashHandler.cpp105 char** symbols = backtrace_symbols(stack, count); in handler()
/third_party/flutter/skia/third_party/externals/angle2/util/posix/
DPosix_crash_handler.cpp103 char **symbols = backtrace_symbols(stack, count);
/third_party/flutter/skia/tools/
DCrashHandler.cpp63 char** symbols = backtrace_symbols(stack, count); in handler()
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_darwin.inc71 char** frame_strings = backtrace_symbols(const_cast<void**>(&pc), 1);
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_darwin.inc71 char** frame_strings = backtrace_symbols(const_cast<void**>(&pc), 1);
/third_party/mbedtls/library/
Dmemory_buffer_alloc.c304 cur->trace = backtrace_symbols( trace_buffer, trace_cnt ); in buffer_alloc_calloc()
362 cur->trace = backtrace_symbols( trace_buffer, trace_cnt ); in buffer_alloc_calloc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dtrace.c340 sym = backtrace_symbols(btrace, btrace_num); in wpa_trace_dump_func()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dtrace.c351 sym = backtrace_symbols(btrace, btrace_num); in wpa_trace_dump_func()
/third_party/skia/third_party/externals/angle2/util/posix/
Dcrash_handler_posix.cpp454 char **symbols = backtrace_symbols(stack, count);
/third_party/openssl/crypto/
Dmem_dbg.c558 char **strings = backtrace_symbols(m->array, m->array_siz); in print_leak()
/third_party/pulseaudio/src/pulsecore/
Dlog.c248 symbols = backtrace_symbols(trace, n_frames); in get_backtrace()
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi1124 # Support for backtrace_symbols.
/third_party/flutter/skia/dm/
DDM.cpp346 char** symbols = backtrace_symbols(stack, count); in crash_handler()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c3002 strings = backtrace_symbols (buffer, nptrs); in generate_backtrace_trace()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst4022 - i915: remove use of backtrace and backtrace_symbols
/third_party/gstreamer/gstreamer/
DChangeLog15247 The array provided by backtrace_symbols needs to be freed.