repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-lipo
/
Inputs
/
armv7-slice.yaml
blob
46c6e58c9c143d3e70eb1c7680e2f1dfde05205e
1
--- !mach-o
2
FileHeader:
3
magic: 0xFEEDFACE
4
cputype: 0x0000000C
5
cpusubtype: 0x00000009
6
filetype: 0x00000001
7
ncmds: 4
8
sizeofcmds: 244
9
flags: 0x00002000
10
LoadCommands:
11
- cmd: LC_SEGMENT
12
cmdsize: 124
13
segname: ''
14
vmaddr: 0
15
vmsize: 10
16
fileoff: 272
17
filesize: 10
18
maxprot: 7
19
initprot: 7
20
nsects: 1
21
flags: 0
22
Sections:
23
- sectname: __text
24
segname: __TEXT
25
addr: 0x0000000000000000
26
size: 10
27
offset: 0x00000110
28
align: 1
29
reloff: 0x00000000
30
nreloc: 0
31
flags: 0x80000400
32
reserved1: 0x00000000
33
reserved2: 0x00000000
34
reserved3: 0x00000000
35
- cmd: LC_VERSION_MIN_IPHONEOS
36
cmdsize: 16
37
version: 327680
38
sdk: 0
39
- cmd: LC_SYMTAB
40
cmdsize: 24
41
symoff: 284
42
nsyms: 1
43
stroff: 296
44
strsize: 8
45
- cmd: LC_DYSYMTAB
46
cmdsize: 80
47
ilocalsym: 0
48
nlocalsym: 0
49
iextdefsym: 0
50
nextdefsym: 1
51
iundefsym: 1
52
nundefsym: 0
53
tocoff: 0
54
ntoc: 0
55
modtaboff: 0
56
nmodtab: 0
57
extrefsymoff: 0
58
nextrefsyms: 0
59
indirectsymoff: 0
60
nindirectsyms: 0
61
extreloff: 0
62
nextrel: 0
63
locreloff: 0
64
nlocrel: 0
65
LinkEditData:
66
NameList:
67
- n_strx: 1
68
n_type: 0x0F
69
n_sect: 1
70
n_desc: 8
71
n_value: 0
72
StringTable:
73
- ''
74
- _main
75
- ''
76
...