Searched refs:RTLD_NOW (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-loader_path-dlopen/
H A Dfoo.c7 return (dlopen("./libbar.dylib", RTLD_NOW) != NULL);
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_dso.h40 #ifndef RTLD_NOW
41 #define RTLD_NOW 1 macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A Ddlfcn.h40 #define RTLD_NOW 2 /* immediate function call binding */ macro
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/
H A Dfiddle.rb45 RTLD_NOW = Handle::RTLD_NOW # :nodoc:
/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dopenpam_dynamic.c47 #ifndef RTLD_NOW
48 #define RTLD_NOW RTLD_LAZY macro
79 if ((dlh = dlopen(vpath, RTLD_NOW)) == NULL) {
82 if ((dlh = dlopen(vpath, RTLD_NOW)) == NULL) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_GLOBAL/
H A Dmain.c43 void* handle2 = dlopen(argv[2], RTLD_NOW);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOW/
H A Dmain.c41 void* handle = dlopen("test.bundle", RTLD_NOW);
45 PASS("dlopen-RTLD_NOW");
48 FAIL("dlopen(test.bundle, RTLD_NOW) failed but error message did not contain foo2: %s", msg);
51 FAIL("dlopen(test.bundle, RTLD_NOW) succeed but should have failed because foo2 does not exist");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/symbol-resolver-lazy-prebound/
H A Dmain.c33 // RTLD_NOW force lazy pointers to be bound early
34 void* handle = dlopen("libfoo.dylib", RTLD_NOW);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A Ddlfcn.h47 #define RTLD_NOW 0x2 macro
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Ddlfcn.h44 #define RTLD_NOW 2 /* immediate function call binding */ macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclLoadDl.c23 * In some systems, like SunOS 4.1.3, the RTLD_NOW flag isn't defined and this
29 #ifndef RTLD_NOW
30 # define RTLD_NOW 1 macro
79 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
91 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Ddlfcn.h44 #define RTLD_NOW 2 /* immediate function call binding */ macro
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Ddlfcn.h44 #define RTLD_NOW 2 /* immediate function call binding */ macro
/macosx-10.10.1/libxslt-13/libxslt/python/
H A Dlibxsl.py13 from dl import RTLD_GLOBAL, RTLD_NOW
16 RTLD_NOW = -1 variable
22 RTLD_NOW = 0x00002 variable
25 RTLD_NOW = 0x2 variable
30 # print "libxslt could not guess RTLD_GLOBAL and RTLD_NOW " + \
34 # print "libxslt could not guess RTLD_GLOBAL and RTLD_NOW " + \
38 RTLD_NOW = -1 variable
40 if RTLD_GLOBAL != -1 and RTLD_NOW != -1:
43 sys.setdlopenflags(RTLD_GLOBAL | RTLD_NOW)
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-export.c315 syms = dlopen("/System/Library/Framework/GSS.framework/GSS", RTLD_NOW | RTLD_LOCAL);
331 syms = dlopen("/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal", RTLD_NOW | RTLD_LOCAL);
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dhpux10-dlfcn.h50 #define RTLD_NOW BIND_IMMEDIATE macro
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadDl.c24 * In some systems, like SunOS 4.1.3, the RTLD_NOW flag isn't defined
30 #ifndef RTLD_NOW
31 # define RTLD_NOW 1 macro
79 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
89 handle = dlopen(native, RTLD_NOW | RTLD_GLOBAL);
H A DtclLoadDld.c22 * In some systems, like SunOS 4.1.3, the RTLD_NOW flag isn't defined
26 #ifndef RTLD_NOW
27 # define RTLD_NOW 1 macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_LOCAL/
H A Dmain.c47 void* handle2 = dlopen(argv[2], RTLD_NOW);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddlfcn.hin60 #define RTLD_NOW (1<<1)
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h117 #define RTLD_NOW 0x2 macro
237 #ifdef RTLD_NOW
238 #define OPL_DL_MODE (RTLD_NOW | RTLD_LOCAL)
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/
H A Dfiddle.h24 #ifndef RTLD_NOW
25 #define RTLD_NOW 0 macro
34 # define RTLD_NOW -1 macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/llvm/
H A DInitializeLLVMPOSIX.cpp51 void* library = dlopen(libraryName, RTLD_NOW);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dsimulate_crash.c32 void *image = dlopen("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport", RTLD_NOW);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dsimulate_crash.c32 void *image = dlopen("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport", RTLD_NOW);

Completed in 234 milliseconds

123