From fafea2a5f0280b89588296155242e4428556a326 Mon Sep 17 00:00:00 2001 From: IlYAN-FISHERMAN <146013321+IlYAN-FISHERMAN@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:41:21 +0300 Subject: [PATCH] Revert "Delete compiled ft_atoi_base exam test" --- .../a.out.dSYM/Contents/Info.plist | 20 +++++++++++++++++++ .../Resources/Relocations/aarch64/a.out.yml | 11 ++++++++++ 2 files changed, 31 insertions(+) create mode 100644 my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Info.plist create mode 100644 my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Resources/Relocations/aarch64/a.out.yml diff --git a/my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Info.plist b/my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Info.plist new file mode 100644 index 0000000..3679a65 --- /dev/null +++ b/my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.a.out + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Resources/Relocations/aarch64/a.out.yml b/my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Resources/Relocations/aarch64/a.out.yml new file mode 100644 index 0000000..07cde68 --- /dev/null +++ b/my_own_test_in_c/ft_atoi_base_exam/a.out.dSYM/Contents/Resources/Relocations/aarch64/a.out.yml @@ -0,0 +1,11 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: a.out +relocations: + - { offsetInCU: 0x26, offset: 0x26, size: 0x8, addend: 0x0, symName: _ft_check, symObjAddr: 0x0, symBinAddr: 0x1000030F8, symSize: 0x3EC } + - { offsetInCU: 0x3B, offset: 0x3B, size: 0x8, addend: 0x0, symName: _.str, symObjAddr: 0xBC0, symBinAddr: 0x100003D40, symSize: 0x0 } + - { offsetInCU: 0x5E, offset: 0x5E, size: 0x8, addend: 0x0, symName: _ft_check, symObjAddr: 0x0, symBinAddr: 0x1000030F8, symSize: 0x3EC } + - { offsetInCU: 0xBA, offset: 0xBA, size: 0x8, addend: 0x0, symName: _ft_value, symObjAddr: 0x3EC, symBinAddr: 0x1000034E4, symSize: 0xCC } + - { offsetInCU: 0xE2, offset: 0xE2, size: 0x8, addend: 0x0, symName: _ft_atoi_base, symObjAddr: 0x4B8, symBinAddr: 0x1000035B0, symSize: 0x2E0 } + - { offsetInCU: 0x134, offset: 0x134, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x798, symBinAddr: 0x100003890, symSize: 0x30C } +...