]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/BPF.def
MFC r355940:
[FreeBSD/FreeBSD.git] / contrib / llvm-project / llvm / include / llvm / BinaryFormat / ELFRelocs / BPF.def
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)