Searched refs:backtrace (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/lib/libexecinfo/
H A DMakefile13 SRCS= backtrace.c symtab.c unwind.c
18 MAN= backtrace.3
20 MLINKS+= backtrace.3 backtrace_symbols.3
21 MLINKS+= backtrace.3 backtrace_symbols_fmt.3
22 MLINKS+= backtrace.3 backtrace_symbols_fd.3
23 MLINKS+= backtrace.3 backtrace_symbols_fd_fmt.3
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbacktrace-emptytbl.c17 /* $Id: backtrace-emptytbl.c,v 1.3 2009/09/01 20:13:44 each Exp $ */
22 * This file defines an empty (default) symbol table used in backtrace.c
31 #include <isc/backtrace.h>
H A Dassertions.c28 #include <isc/backtrace.h>
H A Dbacktrace.c17 /* $Id: backtrace.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
29 #include <isc/backtrace.h>
37 * 1. If the system library supports the "backtrace()" function, use it.
46 * the RBP register in such a case. If the backtrace function itself crashes
48 * --disable-backtrace.
70 * See notes in backtrace.h.
76 * backtrace(3) includes this function itself in the address array,
79 n = backtrace(addrs, maxaddrs);
263 * See notes in backtrace.h.
/freebsd-13-stable/contrib/libexecinfo/
H A Dexecinfo.h38 size_t backtrace(void **, size_t);
H A Dunwind.c49 /* Skip backtrace frame */
61 backtrace(void **arr, size_t len) function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_linux_libc.cpp16 #include "gwp_asan/optional/backtrace.h"
23 return backtrace(reinterpret_cast<void **>(TraceBuffer), Size);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h80 /// Get an extended backtrace thread for this queue item, if available
82 /// If the backtrace/thread information was collected when this item
86 /// The type of extended backtrace being requested, e.g. "libdispatch"
116 void SetEnqueueingBacktrace(std::vector<lldb::addr_t> backtrace) { argument
117 m_backtrace = backtrace;
155 uint32_t m_stop_id; // indicates when this backtrace was recorded in time
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dtrace.h32 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
H A Dtrace.c295 btrace_num = backtrace(btrace_res, len);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc51 # include BACKTRACE_HEADER // For backtrace().
555 // On glibc systems we have the 'backtrace' function, which works nicely, but
562 // Use backtrace() to output a backtrace on Linux systems with glibc.
564 depth = backtrace(StackTrace, static_cast<int>(array_lengthof(StackTrace)));
567 // Try _Unwind_Backtrace() if backtrace() failed.
/freebsd-13-stable/usr.sbin/ntp/libntp/
H A DMakefile56 backtrace-emptytbl.c \
57 backtrace.c \
/freebsd-13-stable/contrib/ntp/libntp/
H A DMakefile.am10 $(srcdir)/../lib/isc/backtrace-emptytbl.c \
11 $(srcdir)/../lib/isc/backtrace.c \
H A DMakefile.in166 $(srcdir)/../lib/isc/backtrace-emptytbl.c \
167 $(srcdir)/../lib/isc/backtrace.c \
193 backtrace-emptytbl.$(OBJEXT) backtrace.$(OBJEXT) \
252 $(srcdir)/../lib/isc/backtrace-emptytbl.c \
253 $(srcdir)/../lib/isc/backtrace.c \
620 $(srcdir)/../lib/isc/backtrace-emptytbl.c \
621 $(srcdir)/../lib/isc/backtrace.c \
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backtrace-emptytbl.Po@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backtrace
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c80 nptrs = backtrace(buffer, __arraycount(buffer));
88 printf("backtrace is:\n");
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dmisc.c102 int i, frames = backtrace(stack, sizeof(stack) / sizeof(stack[0]));
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak119 -@erase "$(INTDIR)\backtrace.obj"
120 -@erase "$(INTDIR)\backtrace-emptytbl.obj"
241 "$(INTDIR)\backtrace.obj" \
242 "$(INTDIR)\backtrace-emptytbl.obj" \
314 -@erase "$(INTDIR)\backtrace.obj"
315 -@erase "$(INTDIR)\backtrace-emptytbl.obj"
316 -@erase "$(INTDIR)\backtrace.sbr"
317 -@erase "$(INTDIR)\backtrace-emptytbl.sbr"
510 "$(INTDIR)\backtrace.sbr" \
511 "$(INTDIR)\backtrace
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp45 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
H A Dsanitizer_common_interceptors.inc4143 INTERCEPTOR(int, backtrace, void **buffer, int size) {
4145 COMMON_INTERCEPTOR_ENTER(ctx, backtrace, buffer, size);
4149 int res = REAL(backtrace)(buffer, size);
4172 COMMON_INTERCEPT_FUNCTION(backtrace); \
/freebsd-13-stable/crypto/openssl/crypto/
H A Dmem_dbg.c358 m->array_siz = backtrace(m->array, OSSL_NELEM(m->array));
436 mp->array_siz = backtrace(mp->array, OSSL_NELEM(mp->array));
H A Dmem.c164 int num = backtrace(addrs, OSSL_NELEM(addrs));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1088 Expected<std::string> backtrace = As<std::string>( local
1091 if (!backtrace) {
1095 return (message + llvm::toString(backtrace.takeError()));
1098 return std::move(backtrace.get());
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dfileio.c174 /* automatic detector : backtrace enabled by default on linux+glibc and osx */
188 #include <execinfo.h> /* backtrace, backtrace_symbols */
209 addrlen = backtrace(addrlist, MAX_STACK_FRAMES);
/freebsd-13-stable/crypto/openssl/
H A DConfigure167 # This adds backtrace information to the memory leak info. Is only used
168 # when crypto-mdebug-backtrace is enabled.
363 "crypto-mdebug-backtrace",
458 "crypto-mdebug-backtrace" => "default",
502 "crypto-mdebug" => [ "crypto-mdebug-backtrace" ],
1535 unless ($disabled{"crypto-mdebug-backtrace"})
3109 die "inherit_from loop! target backtrace:\n "
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c138 #include <execinfo.h> /* for backtrace() */
601 #if (__GLIBC__ && !__UCLIBC__) /* backtrace() is a GNU extension */
605 nptrs = backtrace(buffer, BACKTRACE_SZ);

Completed in 321 milliseconds

12