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
[Instrumentation] Fix a warning
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-libtool-darwin
/
Inputs
/
input1.yaml
blob
185f21c8b736963b0551a7a62ed6dbb32816a365
1
# int symbol1() {
2
# return 0;
3
# }
4
--- !mach-o
5
FileHeader:
6
magic: 0xFEEDFACF
7
cputype: 0x01000007
8
cpusubtype: 0x00000003
9
filetype: 0x00000001
10
ncmds: 2
11
sizeofcmds: 176
12
flags: 0x00002000
13
reserved: 0x00000000
14
LoadCommands:
15
- cmd: LC_SEGMENT_64
16
cmdsize: 152
17
segname: ''
18
vmaddr: 0
19
vmsize: 8
20
fileoff: 312
21
filesize: 8
22
maxprot: 7
23
initprot: 7
24
nsects: 1
25
flags: 0
26
Sections:
27
- sectname: __text
28
segname: __TEXT
29
addr: 0x0000000000000000
30
size: 8
31
offset: 0x00000138
32
align: 4
33
reloff: 0x00000000
34
nreloc: 0
35
flags: 0x80000400
36
reserved1: 0x00000000
37
reserved2: 0x00000000
38
reserved3: 0x00000000
39
content: 554889E531C05DC3
40
- cmd: LC_SYMTAB
41
cmdsize: 24
42
symoff: 320
43
nsyms: 1
44
stroff: 336
45
strsize: 8
46
LinkEditData:
47
NameList:
48
- n_strx: 1
49
n_type: 0x0F
50
n_sect: 1
51
n_desc: 0
52
n_value: 0
53
StringTable:
54
- ''
55
- _symbol1
56
...