You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
624 B
26 lines
624 B
4 months ago
|
# RUN: yaml2obj %s -o %t
|
||
|
# RUN: llvm-objcopy %t %t.copy
|
||
|
# RUN: cmp %t %t.copy
|
||
|
|
||
|
--- !mach-o
|
||
|
FileHeader:
|
||
|
magic: 0xFEEDFACF
|
||
|
cputype: 0x0100000C
|
||
|
cpusubtype: 0x00000000
|
||
|
filetype: 0x00000002
|
||
|
ncmds: 1
|
||
|
sizeofcmds: 80
|
||
|
flags: 0x00002000
|
||
|
reserved: 0x00000000
|
||
|
LoadCommands:
|
||
|
- cmd: LC_LOAD_WEAK_DYLIB
|
||
|
cmdsize: 80
|
||
|
dylib:
|
||
|
name: 24
|
||
|
timestamp: 2
|
||
|
current_version: 65536
|
||
|
compatibility_version: 65536
|
||
|
PayloadString: '/System/Library/Frameworks/Network.framework/Network'
|
||
|
ZeroPadBytes: 4
|
||
|
...
|