Searched refs:RTLD_SELF (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlinfo.c41 atf_tc_set_md_var(tc, "descr", "dlinfo with RTLD_SELF handle works");
48 rv = dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map);
100 RZ(dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map));
/freebsd-current/include/
H A Ddlfcn.h65 #define RTLD_SELF ((void *) -3) /* Search the caller itself. */ macro
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c122 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) {
128 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c32 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp379 dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map);
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3927 handle == RTLD_DEFAULT || handle == RTLD_SELF) {
3942 handle == RTLD_SELF) { /* ... caller included */
4165 if (handle == NULL || handle == RTLD_SELF) {

Completed in 136 milliseconds