Searched refs:RTLD_NODELETE (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A Ddlfcn.h53 #define RTLD_NODELETE 0x80 macro
H A Ddlopen.c362 (mode & RTLD_NODELETE) |
493 if(p->dlopen_mode & RTLD_NODELETE)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NODELETE/
H A Dmain.c32 /// This tests that RTLD_NODELETE prevents an image from being unloaded
37 void* handle = dlopen(path, RTLD_NODELETE);
40 FAIL("dlopen(\"%s\" RTLD_NODELETE) failed but it should have worked: %s", path, msg);
72 PASS("dlopen-RTLD_NODELETE");
/macosx-10.10.1/dyld-353.2.1/include/
H A Ddlfcn.h72 #define RTLD_NODELETE 0x80 macro
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h123 #define RTLD_NODELETE 0x80 macro
H A Ddlf.c1221 (mode & RTLD_NODELETE) | (mode & RTLD_LAZY_UNDEF);
1353 if (p->dlopen_mode & RTLD_NODELETE)
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldAPIs.cpp1484 // RTLD_NODELETE means don't unmap image even after dlclosed. This is what dlcompat did on Mac OS X 10.3
1489 if ( (mode & RTLD_NODELETE) != 0 )

Completed in 129 milliseconds