Searched defs:dlopen (Results 1 - 16 of 16) sorted by relevance
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/ |
| H A D | library_func_mock.cpp | 19 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/elfutils/tests/ |
| H A D | dwfl-proc-attach.c | 117 void *dlopen (void) in dlopen() function
|
| /base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
| H A D | mock_os_account_musl.cpp | 51 void *dlopen(const char* path, int flag) in dlopen() function
|
| /third_party/ffmpeg/compat/ |
| H A D | w32dlfcn.h | 143 #define dlopen(name, flags) win32_dlopen(name) macro
|
| /third_party/python/Modules/_ctypes/darwin/ |
| H A D | dlfcn_simple.c | 61 #define dlopen darwin_dlopen macro
|
| /base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/ |
| H A D | mock_musl.cpp | 51 void *dlopen(const char* path, int flag) in dlopen() function
|
| /third_party/rust/crates/libloading/src/os/unix/ |
| H A D | mod.rs | 431 fn dlopen(filename: *const raw::c_char, flags: raw::c_int) -> *mut raw::c_void; in dlopen() functions
|
| /third_party/node/src/ |
| H A D | node_binding.cc | 220 #define dlopen node::dlwrapper::wrapped_dlopen macro
|
| /third_party/musl/porting/liteos_a/user/ldso/ |
| H A D | dynlink.c | 2049 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/musl/porting/liteos_a/user_debug/ldso/ |
| H A D | dynlink.c | 2048 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/musl/ldso/ |
| H A D | dynlink.c | 2158 void *dlopen(const char *file, int mode) function
|
| /third_party/musl/porting/linux/user/ldso/ |
| H A D | dynlink.c | 3575 void *dlopen(const char *file, int mode) in dlopen() function [all...] |
| /third_party/musl/ldso/linux/ |
| H A D | dynlink.c | 3892 void *dlopen(cons function [all...] |
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 1185 pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; in dlopen() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1235 pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; in dlopen() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3751 pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; in dlopen() functions
|
Completed in 50 milliseconds