| /minix3/tests/libexec/ld.elf_so/ |
| H A D | t_dlvsym.c | 53 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 D | t_dlinfo.c | 78 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 D | h_locking.c | 66 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 D | t_dlerror-cleared.c | 54 handle = dlopen("libnonexistent.so", RTLD_LAZY); in ATF_TC_BODY()
|
| H A D | t_dlerror-false.c | 57 handle = dlopen("libm.so", RTLD_LAZY); in ATF_TC_BODY()
|
| H A D | t_ifunc.c | 62 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY); in ATF_TC_BODY()
|
| /minix3/include/ |
| H A D | dlfcn.h | 67 #define RTLD_LAZY 1 macro 74 #define DL_LAZY RTLD_LAZY /* Compat */
|
| /minix3/minix/tests/ |
| H A D | test63.c | 38 if(!(dlhandle = dlopen(argv[1], RTLD_LAZY))) e(1); in main()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | sparcv9cap.c | 133 if ((h = dlopen(NULL, RTLD_LAZY))) { 143 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
|
| /minix3/external/bsd/nvi/dist/common/ |
| H A D | dldb.c | 33 void *handle = dlopen(_PATH_DB3, RTLD_LAZY); in relocate()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.c | 349 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs() 358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
|
| H A D | ittnotify_config.h | 247 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | plugin.c | 110 #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 D | acache.c | 120 #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 D | instrprof-dlopen.test | 4 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 D | ldap_casa.c | 68 if( !(casaIDK = dlopen(MICASA_LIB,RTLD_LAZY))) in load_casa()
|
| /minix3/tests/lib/libc/string/ |
| H A D | t_strchr.c | 249 strchr_fn = dlsym(dlopen(0, RTLD_LAZY), "test_strchr"); in ATF_TC_BODY()
|
| H A D | t_strlen.c | 110 strlen_fn = dlsym(dlopen(NULL, RTLD_LAZY), "test_strlen"); in ATF_TC_BODY()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL); in getPermanentLibrary()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | dlfcn.hin | 58 #define RTLD_LAZY (1<<0)
|
| /minix3/lib/libc/citrus/ |
| H A D | citrus_module.c | 331 handle = dlopen(p, RTLD_LAZY); in _citrus_load_module()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/dso/ |
| H A D | dso_dlfcn.c | 456 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 D | stub.c | 92 return (dlopen(path, RTLD_LAZY)); in shared_obj_open()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| H A D | gss_mech_switch.c | 309 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP); in _gss_load_mech()
|
| /minix3/lib/libc/net/ |
| H A D | nsdispatch.c | 319 mod.handle = dlopen(buf, RTLD_LOCAL | RTLD_LAZY); in _nsloadmod()
|