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

/macosx-10.10.1/dyld-353.2.1/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.10.1/dyld-353.2.1/unit-tests/test-cases/flat-insert/
H A DMakefile32 export DYLD_INSERT_LIBRARIES="libfoo.dylib" && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/insert-libraries-weak-symbols/
H A DMakefile34 export DYLD_INSERT_LIBRARIES=libinsert.dylib && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-dlsym/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmyfree.dylib" && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-shared-cache/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmymalloc.dylib" && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/read-only-import-shared-cache-dlopen-override/
H A DMakefile30 export DYLD_INSERT_LIBRARIES="libmymalloc.dylib" && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-basic/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-basic-prebound/
H A DMakefile29 export DYLD_INSERT_LIBRARIES="libmystrdup.dylib" && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/symbol-resolver-interposed/
H A DMakefile45 export DYLD_INSERT_LIBRARIES=myfoo.interposelib && ./main macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-inserted/
H A DMakefile29 DYLD_INSERT_LIBRARIES=libfoo1.dylib:libfoo2.dylib ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/insert-libraries-with-initializer/
H A DMakefile35 export DYLD_INSERT_LIBRARIES=libinsert.dylib && ./main
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-chained/
H A DMakefile42 export DYLD_INSERT_LIBRARIES="libfoo1.dylib:libfoo2.dylib:libfoo3.dylib" && ./main
/macosx-10.10.1/KerberosHelper-151/regression/
H A Dcheck-referrals110 DYLD_INSERT_LIBRARIES=$DNSWR
111 export DYLD_INSERT_LIBRARIES
/macosx-10.10.1/cups-408/cups/test/
H A Drun-stp-tests.sh468 PassEnv DYLD_INSERT_LIBRARIES
626 DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib MallocStackLogging=1 ../scheduler/cupsd -c $BASE/cupsd.conf -f >$BASE/log/debug_log 2>&1 &
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp170 const char* const * DYLD_INSERT_LIBRARIES; member in struct:dyld::EnvironmentVariables
869 // If DYLD_INSERT_LIBRARIES is used, those libraries are first.
1464 else if ( strcmp(key, "DYLD_INSERT_LIBRARIES") == 0 ) {
1465 sEnv.DYLD_INSERT_LIBRARIES = parseColonList(value, NULL);
4336 context.origin = NULL; // can't use @loader_path with DYLD_INSERT_LIBRARIES
4750 if ( sEnv.DYLD_INSERT_LIBRARIES != NULL ) {
4751 for (const char* const* lib = sEnv.DYLD_INSERT_LIBRARIES; *lib != NULL; ++lib)

Completed in 142 milliseconds