1--- !mach-o 2arch: x86_64 3file-type: MH_OBJECT 4sections: 5 - segment: __TEXT 6 section: __text 7 type: S_REGULAR 8 attributes: [ S_ATTR_PURE_INSTRUCTIONS ] 9 address: 0 10 content: [ 0xC3 ] 11global-symbols: 12 - name: _foo 13 type: N_SECT 14 scope: [ N_EXT ] 15 sect: 1 16 desc: [ ] 17 value: 0 18