Searched refs:DYLD_INSERT_LIBRARIES (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-multiple/
H A DMakefile42 export DYLD_INSERT_LIBRARIES="libfoo1.dylib:libfoo2.dylib" && ./main
43 export DYLD_INSERT_LIBRARIES="libfoo2.dylib:libfoo1.dylib" && ./main macro
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/flat-insert/
H A DMakefile32 export DYLD_INSERT_LIBRARIES="libfoo.dylib" && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/insert-libraries-weak-symbols/
H A DMakefile34 export DYLD_INSERT_LIBRARIES=libinsert.dylib && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-dlsym/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmyfree.dylib" && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-shared-cache/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmymalloc.dylib" && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/read-only-import-shared-cache-dlopen-override/
H A DMakefile30 export DYLD_INSERT_LIBRARIES="libmymalloc.dylib" && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-basic/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-basic-prebound/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/symbol-resolver-interposed/
H A DMakefile45 export DYLD_INSERT_LIBRARIES=myfoo.interposelib && ./main macro
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce-inserted/
H A DMakefile29 DYLD_INSERT_LIBRARIES=libfoo1.dylib:libfoo2.dylib ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/insert-libraries-with-initializer/
H A DMakefile35 export DYLD_INSERT_LIBRARIES=libinsert.dylib && ./main
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-chained/
H A DMakefile42 export DYLD_INSERT_LIBRARIES="libfoo1.dylib:libfoo2.dylib:libfoo3.dylib" && ./main
/macosx-10.9.5/KerberosHelper-148/regression/
H A Dcheck-referrals110 DYLD_INSERT_LIBRARIES=$DNSWR
111 export DYLD_INSERT_LIBRARIES
/macosx-10.9.5/cups-372.4/cups/test/
H A Drun-stp-tests.sh460 PassEnv DYLD_INSERT_LIBRARIES
614 DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp162 const char* const * DYLD_INSERT_LIBRARIES; member in struct:dyld::EnvironmentVariables
840 // If DYLD_INSERT_LIBRARIES is used, those libraries are first.
1438 else if ( strcmp(key, "DYLD_INSERT_LIBRARIES") == 0 ) {
1439 sEnv.DYLD_INSERT_LIBRARIES = parseColonList(value, NULL);
4079 context.origin = NULL; // can't use @loader_path with DYLD_INSERT_LIBRARIES
4457 if ( sEnv.DYLD_INSERT_LIBRARIES != NULL ) {
4458 for (const char* const* lib = sEnv.DYLD_INSERT_LIBRARIES; *lib != NULL; ++lib)

Completed in 124 milliseconds