]> git.saurik.com Git - apple/dyld.git/commit
dyld-360.14.tar.gz os-x-1011 os-x-10111 v360.14 v360.17
authorApple <opensource@apple.com>
Fri, 4 Sep 2015 17:27:27 +0000 (17:27 +0000)
committerApple <opensource@apple.com>
Fri, 4 Sep 2015 17:27:27 +0000 (17:27 +0000)
commitdf9d6cf7fb01f4e3d4128fe7a687984fe0b45584
tree6f5506a9eca48e0d7de8165c8163bf7d88034fc8
parent64db26dd8d8b4bbcbca664ab56354d7c038f0e6b
dyld-360.14.tar.gz
57 files changed:
base.xcconfig [deleted file]
configs/base.xcconfig [new file with mode: 0644]
configs/dyld.xcconfig [new file with mode: 0644]
configs/libdyld.xcconfig [new file with mode: 0644]
configs/update_dyld_shared_cache.xcconfig [new file with mode: 0644]
dyld.xcconfig [deleted file]
dyld.xcodeproj/project.pbxproj
include/mach-o/dyld_priv.h
include/objc-shared-cache.h
launch-cache/CacheFileAbstraction.hpp
launch-cache/MachOBinder.hpp
launch-cache/MachOFileAbstraction.hpp
launch-cache/MachOLayout.hpp
launch-cache/MachORebaser.hpp
launch-cache/ObjCLegacyAbstraction.hpp
launch-cache/ObjCModernAbstraction.hpp
launch-cache/dsc_extractor.cpp
launch-cache/dsc_iterator.cpp
launch-cache/dyld_cache_format.h
launch-cache/update_dyld_shared_cache.cpp
launch-cache/update_dyld_shared_cache_entitlements.plist [new file with mode: 0644]
libdyld.xcconfig [deleted file]
src/ImageLoader.cpp
src/ImageLoader.h
src/ImageLoaderMachO.cpp
src/ImageLoaderMachO.h
src/ImageLoaderMachOClassic.cpp
src/ImageLoaderMachOClassic.h
src/ImageLoaderMachOCompressed.cpp
src/ImageLoaderMachOCompressed.h
src/dyld.cpp
src/dyld.h
src/dyldAPIs.cpp
src/dyldAPIsInLibSystem.cpp
src/dyldNew.cpp
src/dyldStartup.s
src/dyldSyscallInterface.h
src/dyld_stub_binder.s
src/glue.c
src/libdyld_data_symbols.dirty [new file with mode: 0644]
src/stub_binding_helper.s
src/threadLocalHelpers.s
src/threadLocalVariables.c
unit-tests/build-iPhoneOS-unit-tests
unit-tests/include/common.makefile
unit-tests/run-all-unit-tests
unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/main.c
unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-basic/main.c
unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-dyld_env-restrict/main.c
unit-tests/test-cases/DYLD_VERSIONED_LIBRARY_PATH-dyld_env/main.c
unit-tests/test-cases/image_header_containing_address/Makefile [new file with mode: 0644]
unit-tests/test-cases/image_header_containing_address/foo.c [new file with mode: 0644]
unit-tests/test-cases/image_header_containing_address/main.c [new file with mode: 0644]
unit-tests/test-cases/interpose-not-inserted/Makefile [new file with mode: 0644]
unit-tests/test-cases/interpose-not-inserted/main.c [new file with mode: 0644]
unit-tests/test-cases/interpose-not-inserted/mystrdup.c [new file with mode: 0644]
unit-tests/test-cases/interpose-not-inserted/wrap.c [new file with mode: 0644]