Home
last modified time | relevance | path

Searched refs:dlopened (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_init.c316 int first, dlopened; in _libpthread_init() local
360 dlopened = _rtld_is_dlopened(&_thread_autoinit_dummy_decl) != 0; in _libpthread_init()
361 _thr_signal_init(dlopened); in _libpthread_init()
H A Dthr_sig.c473 _thr_signal_init(int dlopened) in _thr_signal_init() argument
480 if (dlopened) { in _thr_signal_init()
/freebsd/libexec/rtld-elf/
H A Drtld.h266 bool dlopened : 1; /* dlopen()-ed (vs. load statically) */ member
H A Drtld.c255 static Objlist list_global = /* Objects dlopened with RTLD_GLOBAL */
2980 obj->dlopened = (flags & RTLD_LO_DLOPEN) != 0; in do_load_object()
4842 /* Search all dlopened DAGs containing the referencing object. */ in symlook_default()
5338 * Unload a dlopened object and its dependencies from memory and from
6201 res = obj->dlopened ? 1 : 0; in _rtld_is_dlopened()
/freebsd/contrib/unbound/doc/
H A DChangelog3884 modules. Fix memory leak by not closing dlopened content. Fix