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

/freebsd-11-stable/include/
H A Ddlfcn.h80 const char *dli_sname; /* Name of nearest symbol. */ member in struct:dl_info
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp37 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
47 const char *demangled = DemangleSwiftAndCXX(info.dli_sname);
/freebsd-11-stable/contrib/libexecinfo/
H A Dbacktrace.c130 len = rasprintf(buf, bufsiz, o, "%s", dli->dli_sname);
167 if (dli.dli_sname == NULL)
168 dli.dli_sname = "???";
H A Dsymtab.c190 dli->dli_sname = s[mid].st_name;
/freebsd-11-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-11-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c403 const char *dli_sname; member in struct:Dl_info
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp614 if (dyldInfo.dli_sname != NULL) {
615 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1440 char *dli_sname; member in struct:dlinfo
1452 if (info->dli_sname)
1453 __msan_unpoison(info->dli_sname, REAL(strlen)(info->dli_sname) + 1);
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc687 printf("%p:%s() in %s\n", ip, info.dli_sname, info.dli_fname);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c3745 info->dli_sname = NULL;
3771 info->dli_sname = obj->strtab + def->st_name;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5812 (double)functime / NANOSEC, dli.dli_sname);
6705 dli.dli_sname);

Completed in 122 milliseconds