Searched refs:dlopened (Results 1 – 5 of 5) sorted by relevance
316 int first, dlopened; in _libpthread_init() local360 dlopened = _rtld_is_dlopened(&_thread_autoinit_dummy_decl) != 0; in _libpthread_init()361 _thr_signal_init(dlopened); in _libpthread_init()
473 _thr_signal_init(int dlopened) in _thr_signal_init() argument480 if (dlopened) { in _thr_signal_init()
266 bool dlopened : 1; /* dlopen()-ed (vs. load statically) */ member
255 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 from6201 res = obj->dlopened ? 1 : 0; in _rtld_is_dlopened()
3884 modules. Fix memory leak by not closing dlopened content. Fix