Searched refs:dli_fname (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/include/
H A Ddlfcn.h76 const char *dli_fname; /* Pathname of shared object. */ member in struct:dl_info
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc279 const char* name = strrchr(dlinfo.dli_fname, '/');
282 if (name == NULL) nwidth = strlen(dlinfo.dli_fname);
294 const char* name = strrchr(dlinfo.dli_fname, '/');
295 if (name == NULL) fprintf(FD, " %-*s", width, dlinfo.dli_fname);
H A DPath.inc283 if (realpath(DLInfo.dli_fname, link_path))
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_exit.c86 if ((handle = dlopen(dlinfo.dli_fname, RTLD_LAZY)) != NULL) {
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc662 if (mylookup == 0 || strcmp(info.dli_fname, myinfo.dli_fname) != 0)
664 printf("%p:%s() in %s\n", ip, info.dli_sname, info.dli_fname);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dthread-db.c611 library = info.dli_fname;
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c3156 info->dli_fname = obj->path;

Completed in 101 milliseconds