Home
last modified time | relevance | path

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

/src/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()
/src/libexec/rtld-elf/
H A Drtld.h266 bool dlopened : 1; /* dlopen()-ed (vs. load statically) */ member
H A Drtld.c2962 obj->dlopened = (flags & RTLD_LO_DLOPEN) != 0; in do_load_object()
6136 res = obj->dlopened ? 1 : 0; in _rtld_is_dlopened()
/src/contrib/unbound/doc/
H A DChangelog3370 modules. Fix memory leak by not closing dlopened content. Fix