Searched defs:RTLD_LAZY (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpystate.c20 #ifndef RTLD_LAZY
21 #define RTLD_LAZY 1 macro
81 interp->dlopenflags = RTLD_LAZY;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystate.c20 #ifndef RTLD_LAZY
21 #define RTLD_LAZY 1 macro
82 interp->dlopenflags = RTLD_LAZY;

Completed in 80 milliseconds