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
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git]
/
include
/
llvm
/
BinaryFormat
/
ELFRelocs
/
BPF.def
blob
5dd7f70b6963a2db177acfb6272f34cce6ef1e13
1
#ifndef ELF_RELOC
2
#error
"ELF_RELOC must be defined"
3
#endif
4
5
//
No relocation
6
ELF_RELOC
(
R_BPF_NONE
,
0
)
7
ELF_RELOC
(
R_BPF_64_64
,
1
)
8
ELF_RELOC
(
R_BPF_64_32
,
10
)