Home
last modified time | relevance | path

Searched defs:RTLD_SELF (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d30 enum RTLD_SELF = cast(void*) -3; variable
/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/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/freebsd/
H A Ddlfcn.d33 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
/netbsd-src/include/
H A Ddlfcn.h89 #define RTLD_SELF global() macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Ddlfcn.d21 RTLD_SELF = cast(void *)-3, enumerator