Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 37) sorted by relevance

12

/minix3/tests/libexec/ld.elf_so/
H A Dt_dlvsym.c53 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
85 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
117 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
147 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
178 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
H A Dt_dlinfo.c78 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY()
97 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY()
109 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL, in ATF_TC_BODY()
H A Dh_locking.c66 if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) { in test_dl_iterate_phdr()
85 if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) { in init_fini_helper()
H A Dt_dlerror-cleared.c54 handle = dlopen("libnonexistent.so", RTLD_LAZY); in ATF_TC_BODY()
H A Dt_dlerror-false.c57 handle = dlopen("libm.so", RTLD_LAZY); in ATF_TC_BODY()
H A Dt_ifunc.c62 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY); in ATF_TC_BODY()
/minix3/include/
H A Ddlfcn.h67 #define RTLD_LAZY 1 macro
74 #define DL_LAZY RTLD_LAZY /* Compat */
/minix3/minix/tests/
H A Dtest63.c38 if(!(dlhandle = dlopen(argv[1], RTLD_LAZY))) e(1); in main()
/minix3/crypto/external/bsd/openssl/dist/crypto/
H A Dsparcv9cap.c133 if ((h = dlopen(NULL, RTLD_LAZY))) {
143 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/minix3/external/bsd/nvi/dist/common/
H A Ddldb.c33 void *handle = dlopen(_PATH_DB3, RTLD_LAZY); in relocate()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c349 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
H A Dittnotify_config.h247 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c110 #ifndef RTLD_LAZY in loadlib()
111 #define RTLD_LAZY 0 in loadlib() macro
118 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY); in loadlib()
484 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY); in _krb5_load_plugins()
H A Dacache.c120 #ifndef RTLD_LAZY in init_ccapi()
121 #define RTLD_LAZY 0 in init_ccapi() macro
131 cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL); in init_ccapi()
136 cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL); in init_ccapi()
/minix3/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-dlopen.test4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S…
5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
/minix3/external/bsd/dhcp/dist/server/
H A Dldap_casa.c68 if( !(casaIDK = dlopen(MICASA_LIB,RTLD_LAZY))) in load_casa()
/minix3/tests/lib/libc/string/
H A Dt_strchr.c249 strchr_fn = dlsym(dlopen(0, RTLD_LAZY), "test_strchr"); in ATF_TC_BODY()
H A Dt_strlen.c110 strlen_fn = dlsym(dlopen(NULL, RTLD_LAZY), "test_strlen"); in ATF_TC_BODY()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddlfcn.hin58 #define RTLD_LAZY (1<<0)
/minix3/lib/libc/citrus/
H A Dcitrus_module.c331 handle = dlopen(p, RTLD_LAZY); in _citrus_load_module()
/minix3/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_dlfcn.c456 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); in dlfcn_globallookup()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c92 return (dlopen(path, RTLD_LAZY)); in shared_obj_open()
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_mech_switch.c309 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP); in _gss_load_mech()
/minix3/lib/libc/net/
H A Dnsdispatch.c319 mod.handle = dlopen(buf, RTLD_LOCAL | RTLD_LAZY); in _nsloadmod()

12