Home
last modified time | relevance | path

Searched defs:RTLD_NEXT (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/
H A Ddlfcn.d28 enum RTLD_NEXT = cast(void*) -1; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/
H A Ddlfcn.d29 enum RTLD_NEXT = cast(void *)-1; /* Search subsequent objects. */ variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/
H A Ddlfcn.d33 enum RTLD_NEXT = cast(void *)-1; /* Search subsequent objects. */ variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/
H A Ddlfcn.d31 enum RTLD_NEXT = cast(void *)-1; /* Search subsequent objects. */ variable
/netbsd-src/include/
H A Ddlfcn.h87 #define RTLD_NEXT global() macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Ddlfcn.d153 enum RTLD_NEXT = cast(void *)-1L; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/
H A Ddlfcn.d19 RTLD_NEXT = cast(void *)-1, enumerator
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c1069 #define RTLD_NEXT (void *)-1L macro