gettext

dlsymdlopen

0.20.1

22 / 5109 files match, 4 filtered matches.

gettext-runtime/intl/libgnuintl.in.h



68 |      2. in the shared libraries specified on the link command line, in order,
69 |      3. in the dependencies of the shared libraries specified on the link
70 |         command line,
71 |      4. in the dlopen()ed shared libraries, in the order in which they were
72 |         dlopen()ed.
73 |    The definition in the C library would override the one in libintl.so if
74 |    either


gettext-tools/gnulib-lib/libxml/xmlmodule.c



221 | static void *
222 | xmlModulePlatformOpen(const char *name)
223 | {
224 |     return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
225 | }
226 | 


gnulib-local/lib/libxml/xmlmodule.c



221 | static void *
222 | xmlModulePlatformOpen(const char *name)
223 | {
224 |     return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
225 | }
226 | 


libtextstyle/lib/libxml/xmlmodule.c



221 | static void *
222 | xmlModulePlatformOpen(const char *name)
223 | {
224 |     return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
225 | }
226 |