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

/freebsd-10.2-release/include/
H A Ddlfcn.h78 const char *dli_sname; /* Name of nearest symbol. */ member in struct:dl_info
/freebsd-10.2-release/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-10.2-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc301 if (dlinfo.dli_sname != NULL) {
305 char* d = abi::__cxa_demangle(dlinfo.dli_sname, NULL, NULL, &res);
309 if (d == NULL) fputs(dlinfo.dli_sname, FD);
/freebsd-10.2-release/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c403 const char *dli_sname; member in struct:Dl_info
/freebsd-10.2-release/contrib/libcxxrt/
H A Dexception.cc664 printf("%p:%s() in %s\n", ip, info.dli_sname, info.dli_fname);
/freebsd-10.2-release/libexec/rtld-elf/
H A Drtld.c3268 info->dli_sname = NULL;
3294 info->dli_sname = obj->strtab + def->st_name;
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c5402 (double)functime / NANOSEC, dli.dli_sname);
6281 dli.dli_sname);

Completed in 201 milliseconds