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

1234567

/external/qemu/android/
H A Ddynlink-static.c22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
28 /* mimick succesful load, then all calls to dlsym/dlvsym will fail */
36 void* dlsym(void) function
/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/fio/os/windows/posix/include/
H A Ddlfcn.h8 void *dlsym(void *restrict handle, const char *restrict name);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c121 *procp = dlsym(handle, symboln);
128 *procp = dlsym(handle, symboln);
135 *procp = dlsym(handle, symboln);
142 *procp = dlsym(handle, symboln);
149 *procp = dlsym(handle, symboln);
156 *procp = dlsym(handle, symboln);
163 *procp = dlsym(handle, symboln);
170 *procp = dlsym(handle, symboln);
177 *procp = dlsym(handle, symboln);
184 *procp = dlsym(handl
[all...]
/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/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-module-unloaded.cc31 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
37 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
H A Dcoverage-direct.cc38 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
H A Dstack-trace-dlclose.cc29 void *(*foo)() = (void *(*)())dlsym(handle, "foo");
/external/chromium_org/content/child/webcrypto/nss/
H A Dutil_nss.cc60 dlsym(RTLD_DEFAULT, "PK11_Encrypt"));
62 dlsym(RTLD_DEFAULT, "PK11_Decrypt"));
68 dlsym(RTLD_DEFAULT, "PK11_PubEncrypt"));
70 dlsym(RTLD_DEFAULT, "PK11_PrivDecrypt"));
/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/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dunity_service.cc82 dlsym(unity_lib, "unity_inspector_get_default"));
88 dlsym(unity_lib, "unity_inspector_get_unity_running"));
93 dlsym(unity_lib, "unity_launcher_entry_get_for_desktop_id"));
100 dlsym(unity_lib, "unity_launcher_entry_set_count"));
104 dlsym(unity_lib, "unity_launcher_entry_set_count_visible"));
108 dlsym(unity_lib, "unity_launcher_entry_set_progress"));
112 dlsym(unity_lib, "unity_launcher_entry_set_progress_visible"));
/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/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/
H A DSDL_sysloadso.c46 void *symbol = dlsym(handle, name);
53 symbol = dlsym(handle, _name);
/external/smali/deodexerant/
H A Ddeodexerant.c55 dvmGetInlineOpsTablePtr dvmGetInlineOpsTable = dlsym(libdvm, "dvmGetInlineOpsTable");
63 dvmGetInlineOpsTableLengthPtr dvmGetInlineOpsTableLength = dlsym(libdvm, "dvmGetInlineOpsTableLength");
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dzoo.cpp19 bar_func = reinterpret_cast<void (*)()>(dlsym(bar_lib, "Bar"));
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc59 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
/external/compiler-rt/test/tsan/
H A Dignore_lib1.cc25 void (*f)() = (void(*)())dlsym(h, "libfunc");
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.c16 test = dlsym(handle, "test_libdl");
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c25 myprint = dlsym(handle, "myprint");
/external/valgrind/main/exp-sgcheck/tests/
H A Dpreen_invars.c15 im_a_global_array = dlsym(hdl, "im_a_global_array");
/external/chromium_org/net/dns/
H A Ddns_config_watcher_mac.cc33 dlsym(handle_, "dns_configuration_notify_key"));
36 dlsym(handle_, "dns_configuration_copy"));
39 dlsym(handle_, "dns_configuration_free"));
/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/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c53 real_mmap = (mmap_t) dlsym(RTLD_NEXT, "mmap");
54 real_mmap2 = (mmap_t) dlsym(RTLD_NEXT, "mmap2");
55 real_mmap64 = (mmap64_t) dlsym(RTLD_NEXT, "mmap64");
56 real_mremap = (mremap_t) dlsym(RTLD_NEXT, "mremap");
57 real_munmap = (munmap_t) dlsym(RTLD_NEXT, "munmap");
58 real_malloc = (malloc_t) dlsym(RTLD_NEXT, "malloc");
59 real_calloc = (calloc_t) dlsym(RTLD_NEXT, "calloc");
60 real_realloc = (realloc_t) dlsym(RTLD_NEXT, "realloc");
61 real_free = (free_t) dlsym(RTLD_NEXT, "free");
66 has_forked_off_zygote = (int*) dlsym(RTLD_NEX
[all...]
/external/chromium_org/sandbox/linux/services/
H A Dlibc_urandom_override.cc74 dlsym(RTLD_NEXT, "fopen"));
76 dlsym(RTLD_NEXT, "fopen64"));
89 dlsym(RTLD_NEXT, "__xstat"));
91 dlsym(RTLD_NEXT, "__xstat64"));
101 dlsym(RTLD_NEXT, "stat"));
103 dlsym(RTLD_NEXT, "stat64"));

Completed in 1962 milliseconds

1234567