Home
last modified time | relevance | path

Searched refs:dynlib (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp93 llvm::sys::DynamicLibrary dynlib = in Initialize() local
95 if (dynlib.isValid()) { in Initialize()
104 (LLDBCommandPluginInit)(uintptr_t)dynlib.getAddressOfSymbol( in Initialize()
108 return dynlib; in Initialize()
/freebsd/contrib/unbound/doc/
H A Dexample.conf1179 dynlib:
H A Dexample.conf.in1174 # o list dynlib in the module-config string (above) to enable.
1175 # It can be placed anywhere, the dynlib module is only a very thin wrapper
1177 # o and give a dynlib-file to run. If more than one dynlib entry is listed in
1178 # the module-config then you need one dynlib-file per instance.
1179 dynlib:
1181 # dynlib-file: "@UNBOUND_SHARE_DIR@/dynlib.so"
H A Dunbound.conf.rst141 :ref:`dynlib:<unbound.conf.dynlib>`
142 Configuration for the optional ``dynlib`` module that loads dynamic
2166 The ``dynlib`` module can be listed pretty much anywhere, it is only a very
4121 .. _unbound.conf.dynlib:
4126 These options are part of the ``dynlib:`` section.
4128 The ``dynlib:`` section gives the settings for the ``dynlib`` module.
4131 To enable the dynlib module it has to be compiled into the daemon, and the word
4132 ``dynlib`` has to be put in the
4135 ``dynlib`` more than once.
4137 The :ref:`dynlib-file<unbound.conf.dynlib.dynlib-file>` path should be
[all …]
H A DChangelog3879 - For PR #93: unit test for dynlib module.
3886 - For PR #93: checkconf allows multiple dynlib in module-config, for
3888 - For PR #93: checkconf allows python dynlib in module-config, for
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h675 long long dynlib; member
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c285 shm_stat->mem.dynlib = (long long)mod_get_mem(&worker->env, "dynlib"); in shm_general_info()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp753 llvm::sys::DynamicLibrary dynlib = in LoadPlugin() local
755 if (dynlib.isValid()) { in LoadPlugin()
756 m_loaded_plugins.push_back(dynlib); in LoadPlugin()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex467 dynlib-file{COLON} { YDVAR(1, VAR_DYNLIB_FILE) }
468 dynlib{COLON} { YDVAR(0, VAR_DYNLIB) }
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c304 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib); in print_mem()
/freebsd/contrib/unbound/
H A Dconfigure.ac845 AC_DEFINE(WITH_DYNLIBMODULE, 1, [Define if you want dynlib module.])
854 # dlopen call is in the dynlib module. For unbound executable, also
H A Dconfig.h.in1169 /* Define if you want dynlib module. */
H A Dacx_nlnetlabs.m4755 dnl assume /usr is already in the include, lib and dynlib paths.
/freebsd/contrib/unbound/daemon/
H A Dremote.c928 size_t dynlib = 0; in print_mem() local
949 dynlib = mod_get_mem(&worker->env, "dynlib"); in print_mem()
979 if(!print_longnum(ssl, "mem.mod.dynlibmod"SQ, dynlib)) in print_mem()
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4705 dnl assume /usr is already in the include, lib and dynlib paths.