Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/thread/
H A Dthr_init.c314 int first, dlopened; in _libpthread_init() local
356 dlopened = _rtld_is_dlopened(&_thread_autoinit_dummy_decl) != 0; in _libpthread_init()
357 _thr_signal_init(dlopened); in _libpthread_init()
H A Dthr_sig.c459 _thr_signal_init(int dlopened) in _thr_signal_init() argument
466 if (dlopened) { in _thr_signal_init()
/freebsd-13.1/libexec/rtld-elf/
H A Drtld.h278 bool dlopened : 1; /* dlopen()-ed (vs. load statically) */ member
H A Drtld.c2848 obj->dlopened = (flags & RTLD_LO_DLOPEN) != 0; in do_load_object()
5832 res = obj->dlopened ? 1 : 0; in _rtld_is_dlopened()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog1191 modules. Fix memory leak by not closing dlopened content. Fix