Searched refs:RTLD_SELF (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/ |
H A D | t_dlinfo.c | 48 rv = dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in ATF_TC_BODY() 100 RZ(dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map)); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | drti.c | 122 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) { in dtrace_dof_init() 128 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) { in dtrace_dof_init()
|
/freebsd/include/ |
H A D | dlfcn.h | 65 #define RTLD_SELF ((void *) -3) /* Search the caller itself. */ macro
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_dlfcn.c | 32 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 404 dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in CollectStaticTlsBlocks()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 3956 handle == RTLD_SELF) { in do_dlsym() 3970 handle == RTLD_SELF) { /* ... caller included */ in do_dlsym() 4201 if (handle == NULL || handle == RTLD_SELF) { in dlinfo()
|