Searched refs:dli_sname (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/include/
H A Ddlfcn.h82 const char *dli_sname; /* Name of nearest symbol. */ member in struct:dl_info
/freebsd-13-stable/contrib/libexecinfo/
H A Dbacktrace.c129 len = rasprintf(buf, bufsiz, o, "%s", dli->dli_sname);
166 if (dli.dli_sname == NULL)
167 dli.dli_sname = "???";
H A Dsymtab.c213 dli->dli_sname = s[mid].st_name;
216 (uintmax_t)me, (uintmax_t)sd, dli->dli_sname);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp38 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
48 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc604 if (dlinfo.dli_sname != nullptr) {
607 char* d = itaniumDemangle(dlinfo.dli_sname, nullptr, nullptr, &res);
608 if (!d) OS << dlinfo.dli_sname;
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp677 if (dyldInfo.dli_sname != NULL) {
678 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname);
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c302 const char *dli_sname; member in struct:Dl_info
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1431 char *dli_sname; member in struct:dlinfo
1443 if (info->dli_sname)
1444 __msan_unpoison(info->dli_sname, REAL(strlen)(info->dli_sname) + 1);
/freebsd-13-stable/contrib/libcxxrt/
H A Dexception.cc687 printf("%p:%s() in %s\n", ip, info.dli_sname, info.dli_fname);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c3820 info->dli_sname = NULL;
3846 info->dli_sname = obj->strtab + def->st_name;

Completed in 204 milliseconds