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

/freebsd-current/contrib/unbound/doc/
H A Dexample.conf948 # o list dynlib in the module-config string (above) to enable.
949 # It can be placed anywhere, the dynlib module is only a very thin wrapper
951 # o and give a dynlib-file to run. If more than one dynlib entry is listed in
952 # the module-config then you need one dynlib-file per instance.
953 dynlib:
955 # dynlib-file: "@UNBOUND_SHARE_DIR@/dynlib.so"
/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h675 long long dynlib; member in struct:ub_shm_stat_info::__anon127
/freebsd-current/contrib/unbound/util/shm_side/
H A Dshm_main.c295 shm_stat->mem.dynlib = (long long)mod_get_mem(&worker->env,
296 "dynlib");
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp184 llvm::sys::DynamicLibrary dynlib =
186 if (dynlib.isValid()) {
195 (LLDBCommandPluginInit)(uintptr_t)dynlib.getAddressOfSymbol(
199 return dynlib;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp647 llvm::sys::DynamicLibrary dynlib = local
649 if (dynlib.isValid()) {
650 m_loaded_plugins.push_back(dynlib);
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c274 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib);
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c779 size_t dynlib = 0; local
800 dynlib = mod_get_mem(&worker->env, "dynlib");
830 if(!print_longnum(ssl, "mem.mod.dynlibmod"SQ, dynlib))

Completed in 197 milliseconds