Home | History | Annotate | Download | only in macosx

Lines Matching defs:RTLD_LOCAL

79  * but because of the different values for RTLD_LOCAL etc, it would break binary
120 #define RTLD_LOCAL 0x4
539 if (dls->module == MAGIC_DYLIB_MOD && isFlagSet(mode, RTLD_LOCAL))
541 warning("trying to open a .dylib with RTLD_LOCAL");
542 error("unable to open a .dylib with RTLD_LOCAL");
791 if (isFlagSet(mode, RTLD_LOCAL))
793 warning("trying to open a .dylib with RTLD_LOCAL");
794 error("unable to open this file with RTLD_LOCAL");