Searched refs:RTLD_SELF (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/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 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 D | drti.c | 141 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 D | dlfcn.d | 16 enum RTLD_SELF = cast(void *)-3; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/ |
H A D | dlfcn.d | 30 enum RTLD_SELF = cast(void*) -3; variable
|
/netbsd-src/include/ |
H A D | dlfcn.h | 91 #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 D | dlfcn.d | 31 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/ |
H A D | dlfcn.d | 35 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/ |
H A D | dlfcn.d | 21 RTLD_SELF = cast(void *)-3, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/ |
H A D | dlfcn.d | 33 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dso/ |
H A D | dso_dlfcn.c | 32 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dso/ |
H A D | dso_dlfcn.c | 32 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | rtld.c | 1184 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 D | elf_shared.d | 870 dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in scanSegments()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/ |
H A D | elf.d | 885 dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); in scanSegments()
|