forked from OSchip/llvm-project
54 lines
1.8 KiB
YAML
54 lines
1.8 KiB
YAML
--- !mach-o
|
|
arch: x86_64
|
|
file-type: MH_OBJECT
|
|
flags: [ MH_SUBSECTIONS_VIA_SYMBOLS ]
|
|
sections:
|
|
- segment: __TEXT
|
|
section: __text
|
|
type: S_REGULAR
|
|
attributes: [ S_ATTR_PURE_INSTRUCTIONS, S_ATTR_SOME_INSTRUCTIONS ]
|
|
address: 0x0000000000000000
|
|
content: [ 0x55, 0x48, 0x89, 0xE5, 0x48, 0x8B, 0x0D, 0x00,
|
|
0x00, 0x00, 0x00, 0x48, 0x8B, 0x05, 0x00, 0x00,
|
|
0x00, 0x00, 0x8B, 0x00, 0x03, 0x01, 0x48, 0x8B,
|
|
0x0D, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x5D,
|
|
0xC3 ]
|
|
relocations:
|
|
- offset: 0x00000019
|
|
type: X86_64_RELOC_GOT_LOAD
|
|
length: 2
|
|
pc-rel: true
|
|
extern: true
|
|
symbol: 2
|
|
- offset: 0x0000000E
|
|
type: X86_64_RELOC_GOT_LOAD
|
|
length: 2
|
|
pc-rel: true
|
|
extern: true
|
|
symbol: 1
|
|
- offset: 0x00000007
|
|
type: X86_64_RELOC_GOT_LOAD
|
|
length: 2
|
|
pc-rel: true
|
|
extern: true
|
|
symbol: 3
|
|
global-symbols:
|
|
- name: _main
|
|
type: N_SECT
|
|
scope: [ N_EXT ]
|
|
sect: 1
|
|
value: 0x0000000000000000
|
|
undefined-symbols:
|
|
- name: _bar
|
|
type: N_UNDF
|
|
scope: [ N_EXT ]
|
|
value: 0x0000000000000000
|
|
- name: _foo
|
|
type: N_UNDF
|
|
scope: [ N_EXT ]
|
|
value: 0x0000000000000000
|
|
- name: _zazzle
|
|
type: N_UNDF
|
|
scope: [ N_EXT ]
|
|
value: 0x0000000000000000
|