blob: 5dd7f70b6963a2db177acfb6272f34cce6ef1e13 [file] [log] [blame]
Nicolas Capens0cf20062016-09-26 15:02:51 -04001#ifndef ELF_RELOC
2#error "ELF_RELOC must be defined"
3#endif
4
5// No relocation
6ELF_RELOC(R_BPF_NONE, 0)
Nicolas Capensb7d59242017-01-03 14:02:05 -05007ELF_RELOC(R_BPF_64_64, 1)
8ELF_RELOC(R_BPF_64_32, 10)