Home
last modified time | relevance | path

Searched refs:_rtld_is_dlopened (Results 1 – 6 of 6) sorted by relevance

/freebsd/libexec/rtld-elf/
H A DSymbol.map38 _rtld_is_dlopened;
H A Drtld.c262 int _rtld_is_dlopened(void *) __exported;
5967 _rtld_is_dlopened(void *arg) in _rtld_is_dlopened() function
/freebsd/sys/sys/
H A Dlink_elf.h99 int _rtld_is_dlopened(void *);
/freebsd/lib/libc/gen/
H A Ddlfcn.c351 #pragma weak _rtld_is_dlopened macro
353 _rtld_is_dlopened(void *arg __unused) in _rtld_is_dlopened() function
H A DSymbol.map539 _rtld_is_dlopened;
/freebsd/lib/libthr/thread/
H A Dthr_init.c359 dlopened = _rtld_is_dlopened(&_thread_autoinit_dummy_decl) != 0; in _libpthread_init()