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

/external/llvm/lib/Support/Unix/
H A DSignals.inc278 if (dlinfo.dli_sname != NULL) {
281 char* d = abi::__cxa_demangle(dlinfo.dli_sname, NULL, NULL, &res);
282 if (d == NULL) fputs(dlinfo.dli_sname, stderr);
/external/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.cpp234 if (dladdr(pointer, &info) && info.dli_sname) {
235 const char* mangledName = info.dli_sname;
/external/openssl/crypto/dso/
H A Ddso_dlfcn.c425 const char * dli_sname; member in struct:Dl_info
/external/v8/src/
H A Dplatform-solaris.cc299 } else if ((info.dli_fname != NULL && info.dli_sname != NULL)) {
301 OS::SNPrintF(text, "%s'%s+0x%x", info.dli_fname, info.dli_sname, pc);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c105 const char *dli_sname; /* Name of nearest symbol */
1241 info->dli_sname = 0;
1322 info->dli_sname = (char *)(strtable + nearest->n_un.n_strx);

Completed in 154 milliseconds