Home
last modified time | relevance | path

Searched refs:RTLD_SELF (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/tests/libexec/ld.elf_so/
H A Dt_dlinfo.c48 rv = dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in ATF_TC_BODY()
100 ATF_REQUIRE_EQ_MSG(dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map), 0, in ATF_TC_BODY()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddrti.c141 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) { in dtrace_dof_init()
147 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) { in dtrace_dof_init()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/
H A Ddlfcn.d16 enum RTLD_SELF = cast(void *)-3; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d30 enum RTLD_SELF = cast(void*) -3; variable
/netbsd-src/include/
H A Ddlfcn.h91 #define RTLD_SELF ((void *) -3) /* Search the caller itself. */
89 #define RTLD_SELF global() macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/
H A Ddlfcn.d31 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/
H A Ddlfcn.d35 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Ddlfcn.d21 RTLD_SELF = cast(void *)-3, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/
H A Ddlfcn.d33 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_dlfcn.c32 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_dlfcn.c32 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
/netbsd-src/libexec/ld.elf_so/
H A Drtld.c1184 case (intptr_t)RTLD_SELF: in do_dlsym()
1201 case (intptr_t)RTLD_SELF: /* Caller included */ in do_dlsym()
1425 if (handle == RTLD_SELF) { in __strong_alias()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d870 dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in scanSegments()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Delf.d885 dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in scanSegments()