Searched refs:RTLD_LAZY (Results 1 - 5 of 5) 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;
/device/generic/goldfish-opengl/system/gralloc/
H A Dgralloc.cpp1563 module = dlopen(kGrallocDefaultVendorPath, RTLD_LAZY | RTLD_LOCAL);
1565 module = dlopen(kGrallocDefaultVendorPathPreP, RTLD_LAZY | RTLD_LOCAL);
1571 module = dlopen(kGrallocDefaultSystemPath, RTLD_LAZY | RTLD_LOCAL);
1573 module = dlopen(kGrallocDefaultSystemPathPreP, RTLD_LAZY | RTLD_LOCAL);
/device/linaro/hikey/gralloc960/
H A Dmali_gralloc_formats.cpp54 dso_handle = dlopen(name, RTLD_LAZY);
/device/generic/goldfish/audio/
H A Daudio_hw.c1566 RTLD_LAZY|RTLD_LOCAL);
1569 RTLD_LAZY|RTLD_LOCAL);

Completed in 57 milliseconds