Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_portability.h134 # ifndef RTLD_LAZY
135 # define RTLD_LAZY 1 /* Solaris 1, FreeBSD's (2.1.7.1 and older) */ macro
145 # define PHP_RTLD_MODE RTLD_LAZY
/PHP-7.4/
H A Dconfigure.ac846 [whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY],
848 [Use dlopen with RTLD_NOW instead of RTLD_LAZY])],
853 AC_DEFINE(PHP_USE_RTLD_NOW, 1, [ Use dlopen with RTLD_NOW instead of RTLD_LAZY ])
H A DUPGRADING.INTERNALS277 from RTLD_LAZY to RTLD_NOW
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1474 void *pthread_lib = dlopen("libpthread.so", RTLD_LAZY); in LSAPI_Init()
/PHP-7.4/build/
H A Dlibtool.m4962 # ifdef RTLD_LAZY
963 # define LT_DLLAZY_OR_NOW RTLD_LAZY

Completed in 34 milliseconds