repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-dwarfdump
/
X86
/
Inputs
/
x86_64_macho_with_debug.yaml
blob
9333794939beb37f3d282c7bf130eb05375e7436
1
--- !mach-o
2
FileHeader:
3
magic: 0xFEEDFACF
4
cputype: 0x01000007
5
cpusubtype: 0x00000003
6
filetype: 0x00000001
7
ncmds: 4
8
sizeofcmds: 352
9
flags: 0x00002000
10
reserved: 0x00000000
11
LoadCommands:
12
- cmd: LC_SEGMENT_64
13
cmdsize: 232
14
segname: ''
15
vmaddr: 0
16
vmsize: 80
17
fileoff: 384
18
filesize: 80
19
maxprot: 7
20
initprot: 7
21
nsects: 2
22
flags: 0
23
Sections:
24
- sectname: __text
25
segname: __TEXT
26
addr: 0x0000000000000000
27
size: 15
28
offset: 0x00000180
29
align: 4
30
reloff: 0x00000000
31
nreloc: 0
32
flags: 0x80000400
33
reserved1: 0x00000000
34
reserved2: 0x00000000
35
reserved3: 0x00000000
36
- sectname: __debug_info
37
segname: __DWARF
38
addr: 0x0000000000000010
39
size: 64
40
offset: 0x00000190
41
align: 3
42
reloff: 0x00000000
43
nreloc: 0
44
flags: 0x6800000B
45
reserved1: 0x00000000
46
reserved2: 0x00000000
47
reserved3: 0x00000000
48
- cmd: LC_VERSION_MIN_MACOSX
49
cmdsize: 16
50
version: 656384
51
sdk: 0
52
- cmd: LC_SYMTAB
53
cmdsize: 24
54
symoff: 464
55
nsyms: 1
56
stroff: 480
57
strsize: 8
58
- cmd: LC_DYSYMTAB
59
cmdsize: 80
60
ilocalsym: 0
61
nlocalsym: 0
62
iextdefsym: 0
63
nextdefsym: 1
64
iundefsym: 1
65
nundefsym: 0
66
tocoff: 0
67
ntoc: 0
68
modtaboff: 0
69
nmodtab: 0
70
extrefsymoff: 0
71
nextrefsyms: 0
72
indirectsymoff: 0
73
nindirectsyms: 0
74
extreloff: 0
75
nextrel: 0
76
locreloff: 0
77
nlocrel: 0
78
LinkEditData:
79
NameList:
80
- n_strx: 1
81
n_type: 0x0F
82
n_sect: 1
83
n_desc: 0
84
n_value: 0
85
StringTable:
86
- ''
87
- _main
88
- ''
89
...