Files
third_party_elfutils/lib
Mark Wielaard cff53f1784 libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE
Linux kernel 4.13 introduced 4 more jump class variants.

  commit 92b31a9af73b3a3fc801899335d6c47966351830
  Author: Daniel Borkmann <daniel@iogearbox.net>
  Date:   Thu Aug 10 01:39:55 2017 +0200

    bpf: add BPF_J{LT,LE,SLT,SLE} instructions

For conditional jumping on unsigned and signed < and <= between a register
and another register or immediate.

Add these new constants to bpf.h, recognize them in bpf_disasm and update
the testfile-bpf-dis1.expect file.

Signed-off-by: Mark Wielaard <mark@klomp.org>
2018-11-09 18:26:38 +01:00
..
2017-05-02 13:28:54 +02:00
2018-02-10 03:19:26 +01:00
2018-06-01 21:16:56 +02:00
2016-10-12 15:43:14 +02:00
2017-02-17 10:45:39 +01:00