Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/lib/libc/gen/
H A Ddlfcn.c113 #pragma weak dlopen macro
115 dlopen(const char *name __unused, int mode __unused) in dlopen() function
/freebsd-13.1/contrib/libxo/libxo/
H A Dxo_encoder.c35 #define dlopen(_n, _f) NULL /* Fail */ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp423 INTERCEPTOR(void*, dlopen, const char *filename, int flag) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp352 void *MachOPlatformRuntimeState::dlopen(string_view Path, int Mode) { in dlopen() function in __anon89ec89360111::MachOPlatformRuntimeState
/freebsd-13.1/sys/sys/
H A Dlink_aout.h173 void *(*dlopen)(const char *, int); /* NONE */ member
/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c3696 dlopen(const char *name, int mode) in dlopen() function