/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_gentable.c | 121 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 128 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 135 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 142 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 149 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 156 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 163 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 170 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 177 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() 184 *procp = dlsym(handle, symboln); in _glapi_create_table_from_handle() [all …]
|
/external/e2fsprogs/lib/ss/ |
D | get_readline.c | 80 dlsym(handle, "readline"); in ss_get_readline() 82 dlsym(handle, "add_history"); in ss_get_readline() 84 dlsym(handle, "rl_forced_update_display"); in ss_get_readline() 87 dlsym(handle, "rl_completion_matches"); in ss_get_readline() 88 if ((t = dlsym(handle, "rl_readline_name")) != NULL) in ss_get_readline() 91 dlsym(handle, "rl_attempted_completion_function")) != NULL) in ss_get_readline()
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | unity_service.cc | 82 dlsym(unity_lib, "unity_inspector_get_default")); in EnsureMethodsLoaded() 88 dlsym(unity_lib, "unity_inspector_get_unity_running")); in EnsureMethodsLoaded() 93 dlsym(unity_lib, "unity_launcher_entry_get_for_desktop_id")); in EnsureMethodsLoaded() 100 dlsym(unity_lib, "unity_launcher_entry_set_count")); in EnsureMethodsLoaded() 104 dlsym(unity_lib, "unity_launcher_entry_set_count_visible")); in EnsureMethodsLoaded() 108 dlsym(unity_lib, "unity_launcher_entry_set_progress")); in EnsureMethodsLoaded() 112 dlsym(unity_lib, "unity_launcher_entry_set_progress_visible")); in EnsureMethodsLoaded()
|
D | app_indicator_icon.cc | 112 dlsym(indicator_lib, "app_indicator_new")); in EnsureMethodsLoaded() 116 dlsym(indicator_lib, "app_indicator_new_with_path")); in EnsureMethodsLoaded() 119 dlsym(indicator_lib, "app_indicator_set_status")); in EnsureMethodsLoaded() 123 dlsym(indicator_lib, "app_indicator_set_attention_icon_full")); in EnsureMethodsLoaded() 126 dlsym(indicator_lib, "app_indicator_set_menu")); in EnsureMethodsLoaded() 130 dlsym(indicator_lib, "app_indicator_set_icon_full")); in EnsureMethodsLoaded() 134 dlsym(indicator_lib, "app_indicator_set_icon_theme_path")); in EnsureMethodsLoaded()
|
/external/chromium_org/tools/android/heap_profiler/ |
D | heap_profiler_hooks_android.c | 53 real_mmap = (mmap_t) dlsym(RTLD_NEXT, "mmap"); in initialize() 54 real_mmap2 = (mmap_t) dlsym(RTLD_NEXT, "mmap2"); in initialize() 55 real_mmap64 = (mmap64_t) dlsym(RTLD_NEXT, "mmap64"); in initialize() 56 real_mremap = (mremap_t) dlsym(RTLD_NEXT, "mremap"); in initialize() 57 real_munmap = (munmap_t) dlsym(RTLD_NEXT, "munmap"); in initialize() 58 real_malloc = (malloc_t) dlsym(RTLD_NEXT, "malloc"); in initialize() 59 real_calloc = (calloc_t) dlsym(RTLD_NEXT, "calloc"); in initialize() 60 real_realloc = (realloc_t) dlsym(RTLD_NEXT, "realloc"); in initialize() 61 real_free = (free_t) dlsym(RTLD_NEXT, "free"); in initialize() 66 has_forked_off_zygote = (int*) dlsym(RTLD_NEXT, "gMallocLeakZygoteChild"); in initialize()
|
/external/chromium_org/chrome/utility/importer/ |
D | nss_decryptor_mac.mm | 36 NSS_Init = (NSSInitFunc)dlsym(nss_3_lib, "NSS_Init"); 37 NSS_Shutdown = (NSSShutdownFunc)dlsym(nss_3_lib, "NSS_Shutdown"); 39 (PK11GetInternalKeySlotFunc)dlsym(nss_3_lib, "PK11_GetInternalKeySlot"); 41 (PK11CheckUserPasswordFunc)dlsym(nss_3_lib, "PK11_CheckUserPassword"); 42 PK11_FreeSlot = (PK11FreeSlotFunc)dlsym(nss_3_lib, "PK11_FreeSlot"); 44 (PK11AuthenticateFunc)dlsym(nss_3_lib, "PK11_Authenticate"); 45 PK11SDR_Decrypt = (PK11SDRDecryptFunc)dlsym(nss_3_lib, "PK11SDR_Decrypt"); 46 SECITEM_FreeItem = (SECITEMFreeItemFunc)dlsym(nss_3_lib, "SECITEM_FreeItem");
|
/external/chromium_org/media/base/mac/ |
D | coremedia_glue.mm | 79 dlsym(library_handle, "CMTimeMake")); 84 dlsym(library_handle, "CMBlockBufferCreateContiguous")); 88 dlsym(library_handle, "CMBlockBufferGetDataLength")); 92 dlsym(library_handle, "CMBlockBufferGetDataPointer")); 96 dlsym(library_handle, "CMBlockBufferIsRangeContiguous")); 101 dlsym(library_handle, "CMSampleBufferGetDataBuffer")); 105 dlsym(library_handle, "CMSampleBufferGetFormatDescription")); 109 dlsym(library_handle, "CMSampleBufferGetImageBuffer")); 113 dlsym(library_handle, "CMSampleBufferGetSampleAttachmentsArray")); 116 dlsym(library_handle, "kCMSampleAttachmentKey_NotSync")); [all …]
|
/external/chromium_org/content/child/webcrypto/nss/ |
D | util_nss.cc | 60 dlsym(RTLD_DEFAULT, "PK11_Encrypt")); in NssRuntimeSupport() 62 dlsym(RTLD_DEFAULT, "PK11_Decrypt")); in NssRuntimeSupport() 68 dlsym(RTLD_DEFAULT, "PK11_PubEncrypt")); in NssRuntimeSupport() 70 dlsym(RTLD_DEFAULT, "PK11_PrivDecrypt")); in NssRuntimeSupport()
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat-pedantic.cpp | 28 void *dlsym(); 29 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and po… 30 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer…
|
/external/chromium_org/sandbox/linux/services/ |
D | libc_urandom_override.cc | 74 dlsym(RTLD_NEXT, "fopen")); in InitLibcFileIOFunctions() 76 dlsym(RTLD_NEXT, "fopen64")); in InitLibcFileIOFunctions() 89 dlsym(RTLD_NEXT, "__xstat")); in InitLibcFileIOFunctions() 91 dlsym(RTLD_NEXT, "__xstat64")); in InitLibcFileIOFunctions() 101 dlsym(RTLD_NEXT, "stat")); in InitLibcFileIOFunctions() 103 dlsym(RTLD_NEXT, "stat64")); in InitLibcFileIOFunctions()
|
/external/e2fsprogs/contrib/ |
D | spd_readdir.c | 125 real_opendir = dlsym(RTLD_NEXT, "opendir"); in setup_ptr() 126 real_fdopendir = dlsym(RTLD_NEXT, "fdopendir"); in setup_ptr() 127 real_closedir = dlsym(RTLD_NEXT, "closedir"); in setup_ptr() 128 real_rewinddir = dlsym(RTLD_NEXT, "rewinddir"); in setup_ptr() 129 real_readdir = dlsym(RTLD_NEXT, "readdir"); in setup_ptr() 130 real_readdir_r = dlsym(RTLD_NEXT, "readdir_r"); in setup_ptr() 131 real_readdir64 = dlsym(RTLD_NEXT, "readdir64"); in setup_ptr() 132 real_readdir64_r = dlsym(RTLD_NEXT, "readdir64_r"); in setup_ptr() 133 real_telldir = dlsym(RTLD_NEXT, "telldir"); in setup_ptr() 134 real_seekdir = dlsym(RTLD_NEXT, "seekdir"); in setup_ptr() [all …]
|
/external/lldb/test/functionalities/load_unload/ |
D | main.c | 33 a_function = (int (*) ()) dlsym (a_dylib_handle, "a_function"); in main() 48 a_function = (int (*) ()) dlsym (c_dylib_handle, "c_function"); in main() 62 a_function = (int (*) ()) dlsym (a_dylib_handle, "a_function"); in main()
|
/external/chromium_org/net/dns/ |
D | dns_config_watcher_mac.cc | 33 dlsym(handle_, "dns_configuration_notify_key")); in DnsInfoApi() 36 dlsym(handle_, "dns_configuration_copy")); in DnsInfoApi() 39 dlsym(handle_, "dns_configuration_free")); in DnsInfoApi()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | coverage-module-unloaded.cc | 31 void (*bar1)() = (void (*)())dlsym(handle1, "bar"); in main() 37 void (*bar2)() = (void (*)())dlsym(handle2, "bar"); in main()
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-dlopen-main.c | 22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func"); in main() 35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); in main()
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/ |
D | SDL_sysloadso.c | 46 void *symbol = dlsym(handle, name); in SDL_LoadFunction() 53 symbol = dlsym(handle, _name); in SDL_LoadFunction()
|
/external/smali/deodexerant/ |
D | deodexerant.c | 55 dvmGetInlineOpsTablePtr dvmGetInlineOpsTable = dlsym(libdvm, "dvmGetInlineOpsTable"); in main() 63 …dvmGetInlineOpsTableLengthPtr dvmGetInlineOpsTableLength = dlsym(libdvm, "dvmGetInlineOpsTableLeng… in main()
|
/external/chromium_org/content/browser/geolocation/ |
D | wifi_data_provider_mac.cc | 78 dlsym(apple_80211_library_, "WirelessAttach")); in Init() 80 dlsym(apple_80211_library_, "WirelessScanSplit")); in Init() 82 dlsym(apple_80211_library_, "WirelessDetach")); in Init()
|
/external/mesa3d/src/mesa/main/ |
D | dlopen.h | 81 u.v = dlsym(handle, fname2); in _mesa_dlsym() 83 u.v = dlsym(handle, fname); in _mesa_dlsym()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | dlopen.h | 81 u.v = dlsym(handle, fname2); in _mesa_dlsym() 83 u.v = dlsym(handle, fname); in _mesa_dlsym()
|
/external/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 93 *(void **) (&app_main) = dlsym(appLibrary, "main"); in main() 103 *(void **) (&app_SkDebugToStdOut) = dlsym(skiaLibrary, "AndroidSkDebugToStdOut"); in main()
|
/external/libunwind/tests/ |
D | Ltest-nocalloc.c | 54 func = dlsym(RTLD_NEXT, "calloc"); in calloc() 71 func = dlsym(RTLD_NEXT, "malloc"); in malloc()
|
/external/chromium_org/third_party/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 93 *(void **) (&app_main) = dlsym(appLibrary, "main"); in main() 103 *(void **) (&app_SkDebugToStdOut) = dlsym(skiaLibrary, "AndroidSkDebugToStdOut"); in main()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | global_menu_bar_x11.cc | 269 dlsym(dbusmenu_lib, "dbusmenu_menuitem_new")); in EnsureMethodsLoaded() 272 dlsym(dbusmenu_lib, "dbusmenu_menuitem_child_add_position")); in EnsureMethodsLoaded() 274 dlsym(dbusmenu_lib, "dbusmenu_menuitem_child_append")); in EnsureMethodsLoaded() 276 dlsym(dbusmenu_lib, "dbusmenu_menuitem_child_delete")); in EnsureMethodsLoaded() 278 dlsym(dbusmenu_lib, "dbusmenu_menuitem_get_children")); in EnsureMethodsLoaded() 280 dlsym(dbusmenu_lib, "dbusmenu_menuitem_property_set")); in EnsureMethodsLoaded() 283 dlsym(dbusmenu_lib, "dbusmenu_menuitem_property_set_variant")); in EnsureMethodsLoaded() 286 dlsym(dbusmenu_lib, "dbusmenu_menuitem_property_set_bool")); in EnsureMethodsLoaded() 289 dlsym(dbusmenu_lib, "dbusmenu_menuitem_property_set_int")); in EnsureMethodsLoaded() 293 dlsym(dbusmenu_lib, "dbusmenu_server_new")); in EnsureMethodsLoaded() [all …]
|
/external/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 87 return dlsym(Data, symbolName); in getAddressOfSymbol() 128 void *ptr = dlsym(*I, symbolName); in SearchForAddressOfSymbol()
|