elf.h: Add BPF relocation types.
authorMark Wielaard <mark@klomp.org>
Sat, 16 Jun 2018 21:34:13 +0000 (23:34 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 21 Jun 2018 16:38:06 +0000 (18:38 +0200)
commit61ab61c2fdf23875a473281d9711ae35473d93f7
treee56ecd29e740c34a20a27b06104cef61546a428b
parentf496b28e61d0342f579bf794c71b80e9c7d0b1b5
elf.h: Add BPF relocation types.

The BPF ELF format has new relocation types R_BPF_64_64 and R_BPF_64_32.
The existing R_BPF_MAP_FD was an extension that never got implemented.
Remove it, because the constant conflicts with the official R_BPF_64_64.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
elf/elf.h