Searched refs:RTLD_NODELETE (Results 1 – 4 of 4) sorted by relevance
47 #define RTLD_NODELETE 0x01000 /* Do not remove members. */ macro
39 #ifdef RTLD_NODELETE40 #define NODELETE RTLD_NODELETE
274 call should use the RTLD_NODELETE flag (where available on the platform).
3850 if (mode & RTLD_NODELETE) in rtld_dlopen()