Searched defs:RTLD_NOW (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_common.c44 #ifndef RTLD_NOW
45 #define RTLD_NOW 0 macro
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
/external/mesa3d/src/glx/
H A Ddri_common.c44 #ifndef RTLD_NOW
45 #define RTLD_NOW 0 macro
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c119 #define RTLD_NOW 0x2 macro
840 functions with RTLD_NOW, I don't deem it necessary at the moment */
861 (isFlagSet(mode, RTLD_NOW) ? NSLINKMODULE_OPTION_BINDNOW : 0));
998 if (isFlagSet(mode, RTLD_LAZY) && isFlagSet(mode, RTLD_NOW))
1000 error("how can I load something both RTLD_LAZY and RTLD_NOW?");
1383 void *handle = SDL_OSX_dlopen(sofile, RTLD_NOW);
/external/valgrind/main/perf/
H A Dtinycc.c706 #define DF_1_NOW 0x00000001 /* Set RTLD_NOW for this object. */
6582 #define RTLD_NOW 0x002
6580 #define RTLD_NOW macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 151 milliseconds