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

/freebsd-10-stable/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-10-stable/include/
H A Ddlfcn.h63 #define RTLD_SELF ((void *) -3) /* Search the caller itself. */ macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c175 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) {
181 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
/freebsd-10-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c89 (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c3176 handle == RTLD_DEFAULT || handle == RTLD_SELF) {
3191 handle == RTLD_SELF) { /* ... caller included */
3418 if (handle == NULL || handle == RTLD_SELF) {
/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dport.c2579 if (NULL != dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &args_info)) {

Completed in 254 milliseconds