Searched defs:RTLD_NEXT (Results 1 – 8 of 8) sorted by relevance
28 enum RTLD_NEXT = cast(void*) -1; variable
29 enum RTLD_NEXT = cast(void *)-1; /* Search subsequent objects. */ variable
33 enum RTLD_NEXT = cast(void *)-1; /* Search subsequent objects. */ variable
31 enum RTLD_NEXT = cast(void *)-1; /* Search subsequent objects. */ variable
87 #define RTLD_NEXT global() macro
153 enum RTLD_NEXT = cast(void *)-1L; variable
19 RTLD_NEXT = cast(void *)-1, enumerator
1069 #define RTLD_NEXT (void *)-1L macro