Searched defs:dlopen (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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
|
| /freebsd/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
|
| /freebsd/contrib/libxo/libxo/ |
| H A D | xo_encoder.c | 35 #define dlopen(_n, _f) NULL /* Fail */ macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 423 // In glibc, mmap inside dlopen is not interceptable. in INTERCEPTOR() argument
|
| /freebsd/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 __anonb364b2400111::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 | 655 void *MachOPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in __anon3d23d5020211::MachOPlatformRuntimeState
|
| /freebsd/sys/sys/ |
| H A D | link_aout.h | 171 void *(*dlopen)(const char *, int); /* NONE */ member
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 3847 dlopen(const char *name, int mode) in dlopen() function
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 23888 void *dlopen(const char *path, int mode) in dlopen() function
|