Searched refs:RTLD_NODELETE (Results 1 – 3 of 3) sorted by relevance
45 #define RTLD_NODELETE 0x400 macro
42 if ((h2 = dlopen(LIBNAME, RTLD_GLOBAL|RTLD_NODELETE)) == NULL) in main()
52 | RTLD_NODELETE \98 if (flags & RTLD_NODELETE) { in dlopen()