1--- !mach-o
2arch:            x86_64
3file-type:       MH_OBJECT
4flags:           [ MH_SUBSECTIONS_VIA_SYMBOLS ]
5sections:
6  - segment:         __TEXT
7    section:         __text
8    type:            S_REGULAR
9    attributes:      [ S_ATTR_PURE_INSTRUCTIONS, S_ATTR_SOME_INSTRUCTIONS ]
10    address:         0x0000000000000000
11    content:         [ 0x55, 0x48, 0x89, 0xE5, 0x48, 0x8B, 0x0D, 0x00,
12                       0x00, 0x00, 0x00, 0x48, 0x8B, 0x05, 0x00, 0x00,
13                       0x00, 0x00, 0x8B, 0x00, 0x03, 0x01, 0x48, 0x8B,
14                       0x0D, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x5D,
15                       0xC3 ]
16    relocations:
17      - offset:          0x00000019
18        type:            X86_64_RELOC_GOT_LOAD
19        length:          2
20        pc-rel:          true
21        extern:          true
22        symbol:          2
23      - offset:          0x0000000E
24        type:            X86_64_RELOC_GOT_LOAD
25        length:          2
26        pc-rel:          true
27        extern:          true
28        symbol:          1
29      - offset:          0x00000007
30        type:            X86_64_RELOC_GOT_LOAD
31        length:          2
32        pc-rel:          true
33        extern:          true
34        symbol:          3
35global-symbols:
36  - name:            _main
37    type:            N_SECT
38    scope:           [ N_EXT ]
39    sect:            1
40    value:           0x0000000000000000
41undefined-symbols:
42  - name:            _bar
43    type:            N_UNDF
44    scope:           [ N_EXT ]
45    value:           0x0000000000000000
46  - name:            _foo
47    type:            N_UNDF
48    scope:           [ N_EXT ]
49    value:           0x0000000000000000
50  - name:            _zazzle
51    type:            N_UNDF
52    scope:           [ N_EXT ]
53    value:           0x0000000000000000
54