BPF.def 270 B

1234567891011
  1. #ifndef ELF_RELOC
  2. #error "ELF_RELOC must be defined"
  3. #endif
  4. // No relocation
  5. ELF_RELOC(R_BPF_NONE, 0)
  6. ELF_RELOC(R_BPF_64_64, 1)
  7. ELF_RELOC(R_BPF_64_ABS64, 2)
  8. ELF_RELOC(R_BPF_64_ABS32, 3)
  9. ELF_RELOC(R_BPF_64_NODYLD32, 4)
  10. ELF_RELOC(R_BPF_64_32, 10)