Searched defs:dlopen (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/netbsd-tests/lib/libpthread/dlopen/ |
| H A D | t_dlopen.c | 44 ATF_TC_HEAD(dlopen, tc) in ATF_TC_HEAD() argument 52 ATF_TC_BODY(dlopen, tc) in ATF_TC_BODY() argument
|
| /src/lib/libc/gen/ |
| H A D | dlfcn.c | 112 #pragma weak dlopen macro 114 dlopen(const char *name __unused, int mode __unused) in dlopen() function
|
| /src/contrib/libxo/libxo/ |
| H A D | xo_encoder.c | 35 #define dlopen(_n, _f) NULL /* Fail */ macro
|
| /src/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 427 INTERCEPTOR(void*, dlopen, const char *filename, int flag) { in INTERCEPTOR() argument
|
| /src/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 219 void *ELFNixPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() function in __anon1e10af150111::ELFNixPlatformRuntimeState
|
| H A D | coff_platform.cpp | 252 void *COFFPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() function in COFFPlatformRuntimeState
|
| H A D | macho_platform.cpp | 774 void *MachOPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() function in __anon67290b370411::MachOPlatformRuntimeState
|
| /src/sys/sys/ |
| H A D | link_aout.h | 171 void *(*dlopen)(const char *, int); /* NONE */ member
|
| /src/libexec/rtld-elf/ |
| H A D | rtld.c | 3822 dlopen(const char *name, int mode) in dlopen() function
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 23888 void *dlopen(const char *path, int mode) in dlopen() function
|