aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELFRelocs/BPF.def
blob: 868974d683c7a490623c21763d47ed3135d65f5c (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef ELF_RELOC
#error "ELF_RELOC must be defined"
#endif

// No relocation
ELF_RELOC(R_BPF_NONE,        0)
// Map index in "maps" section to file descriptor
// within ld_64 instruction.
ELF_RELOC(R_BPF_MAP_FD,      1)