Searched refs:dlsym (Results 1 - 25 of 122) sorted by relevance

12345

/external/fio/os/windows/posix/include/
H A Ddlfcn.h8 void *dlsym(void *restrict handle, const char *restrict name);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.h2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
28 extern void * dlsym(void * handle, const char * symbol);
/external/smali/deodexerant/
H A Ddeodexerant.c55 dvmGetInlineOpsTablePtr dvmGetInlineOpsTable = dlsym(libdvm, "dvmGetInlineOpsTable");
60 dvmGetInlineOpsTable = dlsym(libdvm, "_Z20dvmGetInlineOpsTablev");
69 dvmGetInlineOpsTableLengthPtr dvmGetInlineOpsTableLength = dlsym(libdvm, "dvmGetInlineOpsTableLength");
74 dvmGetInlineOpsTableLength = dlsym(libdvm, "_Z26dvmGetInlineOpsTableLengthv");
/external/e2fsprogs/lib/ss/
H A Dget_readline.c80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_function")) != NULL)
/external/clang/test/SemaCXX/
H A Dcxx98-compat-pedantic.cpp28 void *dlsym();
29 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
30 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-module-unloaded.cc31 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
36 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
H A Dcoverage-direct-activation.cc53 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
H A Dcoverage-direct.cc77 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
H A Dshared-lib-test.cc30 fun_t *inc = (fun_t*)dlsym(lib, "inc");
/external/compiler-rt/lib/interception/
H A Dinterception_linux.cc18 #include <dlfcn.h> // for dlsym() and dlvsym()
23 *func_addr = (uptr)dlsym(RTLD_NEXT, func_name);
/external/iproute2/include/
H A Ddlfcn.h22 static inline void *dlsym(void *handle, const char *sym) function
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func");
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2");
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc133 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-trace-dlclose.cc30 void *(*foo)() = (void *(*)())dlsym(handle, "foo");
H A Dfunction-sections-are-bad.cc24 F f = (F)dlsym(handle, "call_rtl_from_dso");
/external/compiler-rt/test/tsan/
H A Dignore_lib1.cc25 void (*f)() = (void(*)())dlsym(h, "libfunc");
H A Ddlclose.cc44 void *f = dlsym(lib, "sofunc");
46 printf("error in dlsym: %s\n", dlerror());
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.c16 test = dlsym(handle, "test_libdl");
/external/valgrind/cachegrind/tests/
H A Ddlclose.c25 myprint = dlsym(handle, "myprint");
/external/valgrind/exp-sgcheck/tests/
H A Dpreen_invars.c15 im_a_global_array = dlsym(hdl, "im_a_global_array");
/external/lldb/test/functionalities/load_unload/
H A Dmain.c33 a_function = (int (*) ()) dlsym (a_dylib_handle, "a_function");
48 a_function = (int (*) ()) dlsym (c_dylib_handle, "c_function");
62 a_function = (int (*) ()) dlsym (a_dylib_handle, "a_function");
/external/google-breakpad/src/common/linux/
H A Dhttp_upload.cc76 if (!curl_lib || dlsym(curl_lib, "curl_easy_init") == NULL) {
102 *(void**) (&curl_easy_init) = dlsym(curl_lib, "curl_easy_init");
114 *(void**) (&curl_easy_setopt) = dlsym(curl_lib, "curl_easy_setopt");
130 *(void**) (&curl_formadd) = dlsym(curl_lib, "curl_formadd");
150 *(void**) (&curl_slist_append) = dlsym(curl_lib, "curl_slist_append");
164 *(void**) (&curl_easy_perform) = dlsym(curl_lib, "curl_easy_perform");
168 *(void**) (&curl_easy_getinfo) = dlsym(curl_lib, "curl_easy_getinfo");
172 *(void**) (&curl_easy_strerror) = dlsym(curl_lib, "curl_easy_strerror");
183 *(void**) (&curl_easy_cleanup) = dlsym(curl_lib, "curl_easy_cleanup");
187 *(void**) (&curl_formfree) = dlsym(curl_li
[all...]
/external/selinux/libselinux/src/
H A Dload_policy.c85 vers_max = dlsym(libsepolh, "sepol_policy_kern_vers_max");
87 vers_min = dlsym(libsepolh, "sepol_policy_kern_vers_min");
90 policy_file_create = dlsym(libsepolh, "sepol_policy_file_create");
92 policy_file_free = dlsym(libsepolh, "sepol_policy_file_free");
94 policy_file_set_mem = dlsym(libsepolh, "sepol_policy_file_set_mem");
96 policydb_create = dlsym(libsepolh, "sepol_policydb_create");
98 policydb_free = dlsym(libsepolh, "sepol_policydb_free");
100 policydb_read = dlsym(libsepolh, "sepol_policydb_read");
102 policydb_set_vers = dlsym(libsepolh, "sepol_policydb_set_vers");
104 policydb_to_image = dlsym(libsepol
[all...]
/external/compiler-rt/test/lsan/TestCases/
H A Duse_tls_dynamic.cc22 store_t StoreToTLS = (store_t)dlsym(handle, "StoreToTLS");
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp40 return (GrGLFuncPtr) dlsym(fLoader.handle(), name);

Completed in 768 milliseconds

12345