Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/vtune/
H A Djitprofiling.c252 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
261 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
H A Dittnotify_config.h320 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
/PHP-8.0/Zend/
H A Dzend_portability.h136 # ifndef RTLD_LAZY
137 # define RTLD_LAZY 1 /* Solaris 1, FreeBSD's (2.1.7.1 and older) */ macro
147 # define PHP_RTLD_MODE RTLD_LAZY
/PHP-8.0/
H A Dconfigure.ac825 [whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY],
827 [Use dlopen with RTLD_NOW instead of RTLD_LAZY])],
832 AC_DEFINE(PHP_USE_RTLD_NOW, 1, [ Use dlopen with RTLD_NOW instead of RTLD_LAZY ])
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c1473 void *pthread_lib = dlopen("libpthread.so", RTLD_LAZY); in LSAPI_Init()
/PHP-8.0/build/
H A Dlibtool.m4963 # ifdef RTLD_LAZY
964 # define LT_DLLAZY_OR_NOW RTLD_LAZY

Completed in 70 milliseconds