Nicolas Capens | 0cf2006 | 2016-09-26 15:02:51 -0400 | [diff] [blame] | 1 | #ifndef ELF_RELOC |
2 | #error "ELF_RELOC must be defined" | ||||
3 | #endif | ||||
4 | |||||
5 | // No relocation | ||||
6 | ELF_RELOC(R_BPF_NONE, 0) | ||||
Nicolas Capens | b7d5924 | 2017-01-03 14:02:05 -0500 | [diff] [blame^] | 7 | ELF_RELOC(R_BPF_64_64, 1) |
8 | ELF_RELOC(R_BPF_64_32, 10) |