Searched refs:dli_fname (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 301 const char *dli_fname; member 333 const char *dli_fname; member 348 dl->dli_fname = NULL; in dladdr() 360 dl->dli_fname = NULL; in dladdr() 393 dl->dli_fname = buffer; in dladdr() 403 return (found && dl->dli_fname != NULL); in dladdr() 424 len = (int)strlen(dli.dli_fname); in dlfcn_pathbyaddr() 427 OPENSSL_free((void *)dli.dli_fname); in dlfcn_pathbyaddr() 433 memcpy(path, dli.dli_fname, len); in dlfcn_pathbyaddr() 436 OPENSSL_free((void *)dli.dli_fname); in dlfcn_pathbyaddr()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompd-specific.cpp | 93 if (strrchr(dl_info.dli_fname, '/')) { in ompd_init() 94 lib_path_length = strrchr(dl_info.dli_fname, '/') - dl_info.dli_fname; in ompd_init() 97 strncpy(libname, dl_info.dli_fname, lib_path_length); in ompd_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_dl.cpp | 27 if (ptr->dli_fname) in UnpoisonDllAddrInfo() 28 __msan_unpoison(ptr->dli_fname, internal_strlen(ptr->dli_fname) + 1); in UnpoisonDllAddrInfo()
|
/freebsd/contrib/libexecinfo/ |
H A D | backtrace.c | 141 len = rasprintf(buf, bufsiz, o, "%s", dli->dli_fname); in format_string() 168 if (dli.dli_fname == NULL) in format_address() 169 dli.dli_fname = "???"; in format_address()
|
/freebsd/include/ |
H A D | dlfcn.h | 78 const char *dli_fname; /* Pathname of shared object. */ member
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 366 if (info.dli_fname) { in GetModuleFileSpecForHostAddress() 367 module_filespec.SetFile(info.dli_fname, FileSpec::Style::native); in GetModuleFileSpecForHostAddress()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_exit.c | 86 if ((handle = dlopen(dli.dli_fname, RTLD_LAZY)) != NULL) { in thread_uw_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 993 if (internal_strcmp(info_puts.dli_fname, info_runtime.dli_fname) != 0) { in VerifyInterceptorsWorking() 998 SanitizerToolName, kDyldInsertLibraries, info_runtime.dli_fname); in VerifyInterceptorsWorking() 1043 const char *dylib_name = StripModuleName(info.dli_fname); in StripEnv()
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 325 if (mylookup == 0 || strcmp(info.dli_fname, myinfo.dli_fname) != 0) in trace() 327 printf("%p:%s() in %s\n", ip, info.dli_sname, info.dli_fname); in trace()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 749 const char *name = strrchr(dlinfo.dli_fname, '/'); 753 nwidth = strlen(dlinfo.dli_fname); 767 const char *name = strrchr(dlinfo.dli_fname, '/'); 769 OS << format(" %-*s", width, dlinfo.dli_fname);
|
H A D | Path.inc | 335 if (realpath(DLInfo.dli_fname, link_path))
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 4152 info->dli_fname = obj->path; in dladdr()
|