]> git.saurik.com Git - apple/dyld.git/commit
dyld-97.1.tar.gz mac-os-x-1056 mac-os-x-1057 mac-os-x-1058 v97.1
authorApple <opensource@apple.com>
Thu, 11 Dec 2008 20:42:16 +0000 (20:42 +0000)
committerApple <opensource@apple.com>
Thu, 11 Dec 2008 20:42:16 +0000 (20:42 +0000)
commit197008ea33f135c7c4f94a67a2f75a9df7b7771d
tree649e38cc6d120fa9adc99d855f208f3b8bd84215
parent2028a9150e06923c02d26423650de665cf4470dc
dyld-97.1.tar.gz
44 files changed:
dyld.xcodeproj/project.pbxproj
include/mach-o/dyld-interposing.h [new file with mode: 0644]
launch-cache/MachOLayout.hpp
launch-cache/update_dyld_shared_cache.cpp
src/ImageLoaderPE.cpp [new file with mode: 0644]
src/ImageLoaderPE.h [new file with mode: 0644]
src/dyld.cpp
src/dyld.h
unit-tests/test-cases/dlopen-init-dlopen-notify/Makefile [deleted file]
unit-tests/test-cases/dlopen-init-dlopen-notify/bar.c [deleted file]
unit-tests/test-cases/dlopen-init-dlopen-notify/foo.c [deleted file]
unit-tests/test-cases/dlopen-init-dlopen-notify/foo1.c [deleted file]
unit-tests/test-cases/dlopen-init-dlopen-notify/foo2.c [deleted file]
unit-tests/test-cases/dlopen-init-dlopen-notify/main.cxx [deleted file]
unit-tests/test-cases/dlopen-leak/Makefile [deleted file]
unit-tests/test-cases/dlopen-leak/bar.c [deleted file]
unit-tests/test-cases/dlopen-leak/foo.c [deleted file]
unit-tests/test-cases/dlopen-leak/main.c [deleted file]
unit-tests/test-cases/dlopen-notify-bind/Makefile [deleted file]
unit-tests/test-cases/dlopen-notify-bind/foo.c [deleted file]
unit-tests/test-cases/dlopen-notify-bind/main.c [deleted file]
unit-tests/test-cases/dlopen_preflight-leak/Makefile [deleted file]
unit-tests/test-cases/dlopen_preflight-leak/bar.c [deleted file]
unit-tests/test-cases/dlopen_preflight-leak/foo.c [deleted file]
unit-tests/test-cases/dlopen_preflight-leak/main.c [deleted file]
unit-tests/test-cases/framework-fallback/main.c
unit-tests/test-cases/interpose-basic-prebound/Makefile [new file with mode: 0644]
unit-tests/test-cases/interpose-basic-prebound/foo.c [new file with mode: 0644]
unit-tests/test-cases/interpose-basic-prebound/main.c [new file with mode: 0644]
unit-tests/test-cases/interpose-basic-prebound/mystrdup.c [new file with mode: 0644]
unit-tests/test-cases/interpose-basic/Makefile [new file with mode: 0644]
unit-tests/test-cases/interpose-basic/main.c [new file with mode: 0644]
unit-tests/test-cases/interpose-basic/mystrdup.c [new file with mode: 0644]
unit-tests/test-cases/interpose-basic/wrap.c [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/Makefile [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/foo.c [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/foo.h [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/foo1.c [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/foo2.c [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/foo3.c [new file with mode: 0644]
unit-tests/test-cases/interpose-chained/main.c [new file with mode: 0644]
unit-tests/test-cases/interpose-dlsym/Makefile [new file with mode: 0644]
unit-tests/test-cases/interpose-dlsym/main.c [new file with mode: 0644]
unit-tests/test-cases/interpose-dlsym/myfree.c [new file with mode: 0644]