Searched refs:RTLD_LOCAL (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_lib.c93 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPrivate.c1377 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
1379 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest-service.c1165 nt_framework_handle = dlopen(NT_FRAMEWORK_PATH, RTLD_LOCAL);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_module.c120 so = dlopen(path, RTLD_LOCAL);
/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIs.cpp1235 // RTLD_LOCAL handles into RTLD_GLOBAL. It just simply turns off the private
1489 if ( (mode & RTLD_LOCAL) != 0 )
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.c928 void *dlhandle = dlopen("/usr/lib/libobjc.dylib", RTLD_LAZY | RTLD_LOCAL);
1007 void *dlhandle = dlopen("/usr/lib/libobjc.dylib", RTLD_LAZY | RTLD_LOCAL);
/macosx-10.9.5/vim-53/src/
H A Dos_unix.c6266 # ifdef RTLD_LOCAL
6267 | RTLD_LOCAL
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c4282 int mode = RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD | RTLD_FIRST;
4364 int mode = forceGlobal ? (RTLD_LAZY | RTLD_GLOBAL | RTLD_FIRST) : (RTLD_NOW | RTLD_LOCAL | RTLD_FIRST);

Completed in 306 milliseconds

12