Searched refs:BPF_JLT (Results 1 – 9 of 9) sorted by relevance
/third_party/elfutils/lib/ |
D | bpf.h | 26 #define BPF_JLT 0xa0 macro
|
D | ChangeLog | 141 * bpf.h: Add BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 67 def BPF_JLT : BPFJumpOp<0xa>;
|
D | BPFInstrInfo.td | 236 defm JULT : J<BPF_JLT, "<", BPF_CC_LTU, BPF_CC_LTU_32>;
|
/third_party/elfutils/libcpu/ |
D | bpf_disasm.c | 349 case BPF_JMP | BPF_JLT | BPF_K: in bpf_disasm() 383 case BPF_JMP | BPF_JLT | BPF_X: in bpf_disasm()
|
D | ChangeLog | 69 * bpf_disasm.c (bpf_disasm): Recognize BPF_JLT, BPF_JLE, BPF_JSLT
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 39 #define BPF_JLT 0xa0 /* LT is unsigned, '<' */ macro
|
/third_party/elfutils/ |
D | NEWS | 243 libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE.
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 520 - libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT
|