Searched defs:dlopen (Results 1 – 15 of 15) sorted by relevance
| /third_party/mbedtls/programs/test/ |
| D | CMakeLists.txt | 32 add_executable(dlopen "dlopen.c") target
|
| /third_party/libxml2/os400/ |
| D | wrappers.h | 62 #define dlopen _lx_dlopen macro
|
| /third_party/ffmpeg/compat/ |
| D | w32dlfcn.h | 87 #define dlopen(name, flags) win32_dlopen(name) macro
|
| /third_party/elfutils/tests/ |
| D | dwfl-proc-attach.c | 117 void *dlopen (void) in dlopen() function
|
| /third_party/python/Modules/_ctypes/darwin/ |
| D | dlfcn_simple.c | 61 #define dlopen darwin_dlopen macro
|
| /third_party/rust/crates/libloading/src/os/unix/ |
| D | mod.rs | 431 fn dlopen(filename: *const raw::c_char, flags: raw::c_int) -> *mut raw::c_void; in dlopen() function
|
| /third_party/libxml2/os400/dlfcn/ |
| D | dlfcn.c | 1156 dlopen(const char * filename, int flag) in dlopen() function
|
| /third_party/node/src/ |
| D | node_binding.cc | 209 #define dlopen node::dlwrapper::wrapped_dlopen macro
|
| /third_party/musl/ldso/ |
| D | dynlink.c | 2025 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/musl/porting/liteos_a/user_debug/ldso/ |
| D | dynlink.c | 2048 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/musl/porting/liteos_a/user/ldso/ |
| D | dynlink.c | 2049 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 1185 pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; in dlopen() function
|
| /third_party/musl/porting/linux/user/ldso/ |
| D | dynlink.c | 3482 void *dlopen(const char *file, int mode) in dlopen() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1235 pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; in dlopen() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3751 pub fn dlopen(filename: *const ::c_char, flag: ::c_int) -> *mut ::c_void; in dlopen() function
|