Searched defs:RTLD_SELF (Results 1 – 7 of 7) sorted by relevance
30 enum RTLD_SELF = cast(void*) -3; variable
16 enum RTLD_SELF = cast(void *)-3; variable
31 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
35 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
33 enum RTLD_SELF = cast(void *)-3; /* Search the caller itself. */ variable
89 #define RTLD_SELF global() macro
21 RTLD_SELF = cast(void *)-3, enumerator