Searched refs:_rtld_is_dlopened (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dlink_elf.h104 int _rtld_is_dlopened(void *);
/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c287 #pragma weak _rtld_is_dlopened macro
289 _rtld_is_dlopened(void *arg __unused) function
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_init.c356 dlopened = _rtld_is_dlopened(&_thread_autoinit_dummy_decl) != 0;
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c250 int _rtld_is_dlopened(void *) __exported;
5472 _rtld_is_dlopened(void *arg) function

Completed in 188 milliseconds