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

/haiku-fatelf/headers/posix/
H A Ddlfcn.h12 #define RTLD_LAZY 0 /* relocations are performed as needed */ macro
/haiku-fatelf/src/system/libroot/posix/locale/
H A DLocaleBackend.cpp28 void* imageHandle = dlopen("libroot-addon-icu.so", RTLD_LAZY);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A Dpdflibdl.c94 return dlopen(filename, RTLD_LAZY);
162 #define RTLD_LAZY 0x1 macro
179 int mode = RTLD_LAZY;
199 if (!(mode & RTLD_LAZY)) flags += NSLINKMODULE_OPTION_BINDNOW;
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dmodule.h57 #define DLOPEN(Filename) dlopen(Filename, RTLD_LAZY)
/haiku-fatelf/src/libs/glut/
H A Dglut_vidresize.c74 void *glxDso = dlopen("libGL.so", RTLD_LAZY);
/haiku-fatelf/src/bin/gawk/
H A Dext.c51 int flags = RTLD_LAZY;
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c97 #ifdef RTLD_LAZY
98 #define my_RTLD RTLD_LAZY
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsdevices.c1656 plugin->handle = dlopen(plugin_name,RTLD_LAZY);

Completed in 220 milliseconds