Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c222 #ifndef RTLD_IS_DYNAMIC
223 #define RTLD_IS_DYNAMIC() (&_DYNAMIC != NULL) macro
1902 if (RTLD_IS_DYNAMIC()) { in init_rtld()