LIEF: Library to Instrument Executable Formats
Version 0.16.0
Loading...
Searching...
No Matches
LIEF-0.16.0-Linux-x86_64
include
LIEF
ELF
Relocations
BPF.def
Go to the documentation of this file.
1
#ifndef ELF_RELOC
2
#error "ELF_RELOC must be defined"
3
#endif
4
5
// No relocation
6
ELF_RELOC(BPF_NONE, 0)
7
ELF_RELOC(BPF_64_64, 1)
8
ELF_RELOC(BPF_64_ABS64, 2)
9
ELF_RELOC(BPF_64_ABS32, 3)
10
ELF_RELOC(BPF_64_NODYLD32, 4)
11
ELF_RELOC(BPF_64_32, 10)
Generated by
1.13.0