Home
last modified time | relevance | path

Searched defs:dlopen (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c44 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 Ddlfcn.c112 #pragma weak dlopen macro
114 dlopen(const char *name __unused, int mode __unused) in dlopen() function
/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.c35 #define dlopen(_n, _f) NULL /* Fail */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp423 // In glibc, mmap inside dlopen is not interceptable. in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp219 void *ELFNixPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() function in __anonb364b2400111::ELFNixPlatformRuntimeState
H A Dcoff_platform.cpp252 void *COFFPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { in dlopen() function in COFFPlatformRuntimeState
H A Dmacho_platform.cpp655 void *MachOPlatformRuntimeState::dlopen(std::string_view Path, int Mode) { dlopen() function in __anon3d23d5020211::MachOPlatformRuntimeState
/freebsd/sys/sys/
H A Dlink_aout.h171 void *(*dlopen)(const char *, int); /* NONE */ member
/freebsd/libexec/rtld-elf/
H A Drtld.c3847 dlopen(const char *name, int mode) in dlopen() function
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23888 void *dlopen(const char *path, int mode) in dlopen() function