Mercurial > hg > CbC > CbC_llvm
view include/llvm/BinaryFormat/ELFRelocs/BPF.def @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | 803732b1fca8 |
children |
line wrap: on
line source
#ifndef ELF_RELOC #error "ELF_RELOC must be defined" #endif // No relocation ELF_RELOC(R_BPF_NONE, 0) ELF_RELOC(R_BPF_64_64, 1) ELF_RELOC(R_BPF_64_32, 10)