Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/llvm/BinaryFormat/ELFRelocs/BPF.def is written in an unsupported language. File is not indexed.

0001 #ifndef ELF_RELOC
0002 #error "ELF_RELOC must be defined"
0003 #endif
0004 
0005 // No relocation
0006 ELF_RELOC(R_BPF_NONE,        0)
0007 ELF_RELOC(R_BPF_64_64,       1)
0008 ELF_RELOC(R_BPF_64_ABS64,    2)
0009 ELF_RELOC(R_BPF_64_ABS32,    3)
0010 ELF_RELOC(R_BPF_64_NODYLD32, 4)
0011 ELF_RELOC(R_BPF_64_32,      10)