xref: /freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/BPF.def (revision fc55c20355d889bf3d3f81d94b3614a0c4253fa0)
1#ifndef ELF_RELOC
2#error "ELF_RELOC must be defined"
3#endif
4
5// No relocation
6ELF_RELOC(R_BPF_NONE,        0)
7ELF_RELOC(R_BPF_64_64,       1)
8ELF_RELOC(R_BPF_64_ABS64,    2)
9ELF_RELOC(R_BPF_64_ABS32,    3)
10ELF_RELOC(R_BPF_64_NODYLD32, 4)
11ELF_RELOC(R_BPF_64_32,      10)
12