dyld-851.27.tar.gz master macos-113 v851.27
authorApple <opensource@apple.com>
Mon, 19 Apr 2021 21:08:40 +0000 (21:08 +0000)
committerApple <opensource@apple.com>
Mon, 19 Apr 2021 21:08:40 +0000 (21:08 +0000)
commit797cc9518557438c2166863f4e1804db04ecfa2d
tree9bda1179bf4d511bdbb30bf9aa5c5c8b32cc6849
parent90e839df9c48ce19dbd089a88dc944b0b026445a
dyld-851.27.tar.gz
77 files changed:
dyld.xcodeproj/project.pbxproj
dyld3/APIs.cpp
dyld3/APIs_macOS.cpp
dyld3/AllImages.cpp
dyld3/AllImages.h
dyld3/Array.h
dyld3/BootArgs.cpp
dyld3/BootArgs.h
dyld3/ClosureBuilder.cpp
dyld3/Loading.cpp
dyld3/MachOAnalyzer.cpp
dyld3/MachOAnalyzer.h
dyld3/MachOFile.cpp
dyld3/PointerAuth.h [new file with mode: 0644]
dyld3/SharedCacheRuntime.cpp
dyld3/SharedCacheRuntime.h
dyld3/Tracing.cpp
dyld3/Tracing.h
dyld3/libdyldEntryVector.cpp
dyld3/libdyldEntryVector.h
dyld3/shared-cache/AppCacheBuilder.cpp
dyld3/shared-cache/CacheBuilder.h
dyld3/shared-cache/DyldSharedCache.cpp
dyld3/shared-cache/DyldSharedCache.h
dyld3/shared-cache/OptimizerObjC.cpp
dyld3/shared-cache/SharedCacheBuilder.cpp
dyld3/shared-cache/SharedCacheBuilder.h
dyld3/shared-cache/dsc_extractor.cpp
dyld3/shared-cache/dyld_shared_cache_util.cpp
dyld3/shared-cache/mrm_shared_cache_builder.cpp
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/ImageLoaderMegaDylib.h
src/dyld2.cpp
src/dyldAPIs.cpp
src/dyldAPIsInLibSystem.cpp
src/dyldLibSystemGlue.c
src/dyldSyscallInterface.h
src/dyld_process_info.cpp
src/dyld_process_info_internal.h
src/dyld_process_info_notify.cpp
src/glue.c
src/threadLocalHelpers.s
testing/build_ninja.py
testing/include/test_support.h
testing/kernel-cache-tests/rwx-permissions-error/main.c [new file with mode: 0644]
testing/kernel-cache-tests/rwx-permissions-error/main.kernel [new file with mode: 0755]
testing/kernel-cache-tests/rwx-permissions-error/test.py [new file with mode: 0644]
testing/lib/test_support.cpp
testing/task_read_for_pid_entitlement.plist [moved from testing/task_for_pid_entitlement.plist with 61% similarity]
testing/test-cases/NSAddressOfSymbol-basic.dtest/main.c
testing/test-cases/dlopen-jna.dtest/foo.c
testing/test-cases/dlopen-jna.dtest/jna.c
testing/test-cases/dyld_process_info.dtest/main.cpp
testing/test-cases/dyld_process_info_notify.dtest/main.cpp [deleted file]
testing/test-cases/dyld_process_info_notify.dtest/main.mm [new file with mode: 0644]
testing/test-cases/dyld_process_info_notify.dtest/target.c
testing/test-cases/dyld_process_info_unload.dtest/main.cpp
testing/test-cases/dyld_usage_json.dtest/main.mm
testing/test-cases/dylib-re-export-old-format.dtest/main.c
testing/test-cases/init-term-segments.dtest/foo.c
testing/test-cases/init-term-segments.dtest/main.c
testing/test-cases/kernel-auxkc-fixups.dtest/main.c
testing/test-cases/kernel-fixups-x86_64.dtest/main.c
testing/test-cases/kernel-fixups.dtest/main.c
testing/test-cases/kernel-hello-world.dtest/main.c
testing/test-cases/kernel-pageablekc-auxkc-fixups.dtest/main.c
testing/test-cases/kernel-pageablekc-fixups.dtest/main.c
testing/test-cases/weak-coalesce-dlopen.dtest/foo.cpp [new file with mode: 0644]
testing/test-cases/weak-coalesce-dlopen.dtest/main.cpp [new file with mode: 0644]
testing/test-cases/weak-override-shared-cache.dtest/main.cpp [new file with mode: 0644]