| /src/external/bsd/pam-u2f/dist/tests/ |
| dlsym_check.c | 17 assert(dlsym(module, "pam_sm_authenticate") != NULL); 18 assert(dlsym(module, "pam_sm_setcred") != NULL); 19 assert(dlsym(module, "nonexistent") == NULL);
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/ |
| host.c | 28 int (*plugin1_init)() = dlsym(plugin1, "plugin_init"); 29 int (*plugin1_term)() = dlsym(plugin1, "plugin_term"); 30 int (*runTests1)() = dlsym(plugin1, "runTests"); 31 int (*plugin2_init)() = dlsym(plugin2, "plugin_init"); 32 int (*plugin2_term)() = dlsym(plugin2, "plugin_term"); 33 int (*runTests2)() = dlsym(plugin2, "runTests"); 45 plugin1_init = dlsym(plugin1, "plugin_init"); 46 plugin1_term = dlsym(plugin1, "plugin_term"); 47 runTests1 = dlsym(plugin1, "runTests");
|
| loadDR.c | 13 int (*rt_init)(void) = dlsym(h, "rt_init"); 14 int (*rt_term)(void) = dlsym(h, "rt_term"); 15 void* (*rt_loadLibrary)(const char*) = dlsym(h, "rt_loadLibrary"); 16 int (*rt_unloadLibrary)(void*) = dlsym(h, "rt_unloadLibrary"); 30 int (*runTests)(void) = dlsym(dlib, "runTests");
|
| /src/lib/librumphijack/ |
| hijackdlsym.c | 52 return dlsym(handle, symbol);
|
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_dlfunc.h | 55 return ((dlfunc_t)dlsym(handle, symbol));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| info-shared.c | 39 func = (void (*)(int)) dlsym (handle1, "foo"); 42 func = (void (*)(int)) dlsym (handle2, "bar");
|
| watchpoint-solib.c | 25 # define dlsym(handle, func) GetProcAddress (handle, TEXT (func)) macro 27 # define dlsym(handle, func) GetProcAddress (handle, func) macro 52 foo = (void (*)(int))dlsym (handle, "foo");
|
| corefile-buildid-shlib.c | 25 #define dlsym(handle, func) GetProcAddress (handle, func) macro 48 func = (int (*)(void)) dlsym (handle, "crashfunc");
|
| solib-disc.c | 24 #define dlsym(handle, func) GetProcAddress (handle, func) macro 43 func = (void (*)(void)) dlsym (handle, "shrfunc");
|
| fork-no-detach-follow-child-dlopen.c | 30 int (*add) (int, int) = dlsym (shlib, "add");
|
| jit-elf-dlmain.c | 15 p_main = dlsym (h, "jit_dl_main");
|
| unload.c | 25 # define dlsym(handle, func) GetProcAddress (handle, TEXT (func)) macro 27 # define dlsym(handle, func) GetProcAddress (handle, func) macro 51 unloadshr = (int (*) (int)) dlsym (handle, "shrfunc1"); 78 unloadshr = (int (*)(int)) dlsym (handle, "shrfunc2");
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| info-shared.c | 39 func = (void (*)(int)) dlsym (handle1, "foo"); 42 func = (void (*)(int)) dlsym (handle2, "bar");
|
| watchpoint-solib.c | 25 # define dlsym(handle, func) GetProcAddress (handle, TEXT (func)) macro 27 # define dlsym(handle, func) GetProcAddress (handle, func) macro 52 foo = (void (*)(int))dlsym (handle, "foo");
|
| corefile-buildid-shlib.c | 25 #define dlsym(handle, func) GetProcAddress (handle, func) macro 48 func = (int (*)(void)) dlsym (handle, "crashfunc");
|
| solib-disc.c | 24 #define dlsym(handle, func) GetProcAddress (handle, func) macro 43 func = (void (*)(void)) dlsym (handle, "shrfunc");
|
| /src/external/gpl2/lvm2/dist/lib/locking/ |
| external_locking.c | 83 if (!(_init_fn = dlsym(_locking_lib, "locking_init")) || 84 !(_lock_fn = dlsym(_locking_lib, "lock_resource")) || 85 !(_reset_fn = dlsym(_locking_lib, "reset_locking")) || 86 !(_end_fn = dlsym(_locking_lib, "locking_end"))) { 94 if (!(_lock_query_fn = dlsym(_locking_lib, "query_resource")))
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| collectorAPI.c | 50 __real_collector_sample = dlsym (libcollector, "__collector_sample"); 51 __real_collector_pause = dlsym (libcollector, "__collector_pause"); 52 __real_collector_resume = dlsym (libcollector, "__collector_resume"); 53 __real_collector_terminate_expt = dlsym (libcollector, "__collector_terminate_expt"); 54 __real_collector_func_load = dlsym (libcollector, "__collector_func_load"); 55 __real_collector_func_unload = dlsym (libcollector, "__collector_func_unload");
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| collectorAPI.c | 50 __real_collector_sample = dlsym (libcollector, "__collector_sample"); 51 __real_collector_pause = dlsym (libcollector, "__collector_pause"); 52 __real_collector_resume = dlsym (libcollector, "__collector_resume"); 53 __real_collector_terminate_expt = dlsym (libcollector, "__collector_terminate_expt"); 54 __real_collector_func_load = dlsym (libcollector, "__collector_func_load"); 55 __real_collector_func_unload = dlsym (libcollector, "__collector_func_unload");
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_linux.cc | 20 #include <dlfcn.h> // for dlsym() and dlvsym() 34 *func_addr = (uptr)dlsym(RTLD_NEXT, func_name); 41 *func_addr = (uptr)dlsym(RTLD_DEFAULT, func_name);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| modules.c | 36 func = (int (*)(void (*) (void))) dlsym (handle, "call_me");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| line-breakpoint-outside-function.c | 43 void (*the_lib_func) (void) = dlsym (lib, "the_lib_func");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-var-invalidate-shlib.c | 37 void (*foo)() = dlsym (shlib, "foo");
|
| pending.c | 42 p_func = dlsym (h, "pendfunc2");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/ |
| pending-bp.c | 49 func = (void (*)(int)) dlsym (handle, "foo");
|