Searched refs:RTLD_LOCAL (Results 1 – 16 of 16) sorted by relevance
51 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in main()54 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in main()
93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
74 void *vdso = dlopen("linux-vdso.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()76 vdso = dlopen("linux-gate.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
24 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()27 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
38 #define RTLD_LOCAL 0 macro
25 flags = flags | RTLD_LOCAL;
55 #ifndef RTLD_LOCAL56 #define RTLD_LOCAL 0 macro
305 driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in glxProbeDriver()
658 opengl_framework_handle = dlopen(opengl_framework_path, RTLD_LOCAL); in setup_dispatch_table()
53 // when objects are loaded with RTLD_LOCAL, so now we always use strcmp by
74 handle = dlopen("libcurl.so.4", RTLD_LAZY | RTLD_LOCAL); in load()
14259 'RTLD_LOCAL'; this is necessary to avoid problems with a library14260 used by two different 'RTLD_LOCAL' plugins depending on a
135493 Cygwin/X: Cygwin doesn't have RTLD_LOCAL135495 RTLD_LOCAL is not defined on Cygwin