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

/haiku/headers/posix/
H A Ddlfcn.h12 #define RTLD_LAZY 0 /* relocations are performed as needed */ macro
/haiku/src/kits/package/solver/
H A DSolver.cpp33 flags = RTLD_LAZY | RTLD_LOCAL;
/haiku/src/system/libroot/posix/locale/
H A DLocaleBackend.cpp38 sImageHandle = dlopen("libroot-addon-icu.so", RTLD_LAZY);
/haiku/src/libs/glut/
H A Dglut_vidresize.c76 void *glxDso = dlopen("libGL.so", RTLD_LAZY);
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c321 mod.handle = dlopen(buf, RTLD_LOCAL | RTLD_LAZY);

Completed in 157 milliseconds