Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libthr/thread/
H A Dthr_init.c313 int first, dlopened; in _libpthread_init() local
355 dlopened = _rtld_is_dlopened(&_thread_autoinit_dummy_decl) != 0; in _libpthread_init()
356 _thr_signal_init(dlopened); in _libpthread_init()
H A Dthr_sig.c404 _thr_signal_init(int dlopened) in _thr_signal_init() argument
411 if (dlopened) { in _thr_signal_init()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.h274 bool dlopened : 1; /* dlopen()-ed (vs. load statically) */ member
H A Drtld.c2521 obj->dlopened = (flags & RTLD_LO_DLOPEN) != 0; in do_load_object()
5363 res = obj->dlopened ? 1 : 0; in _rtld_is_dlopened()