Home
last modified time | relevance | path

Searched refs:BPF_STX (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c47 [BPF_STX] = "stx",
409 case BPF_STX | BPF_MEM | BPF_B: in bpf_disasm()
412 case BPF_STX | BPF_MEM | BPF_H: in bpf_disasm()
415 case BPF_STX | BPF_MEM | BPF_W: in bpf_disasm()
418 case BPF_STX | BPF_MEM | BPF_DW: in bpf_disasm()
422 case BPF_STX | BPF_XADD | BPF_W: in bpf_disasm()
425 case BPF_STX | BPF_XADD | BPF_DW: in bpf_disasm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp40 BPF_STX = 0x3, enumerator
174 if ((InstClass == BPF_LDX || InstClass == BPF_STX) && in getInstruction()
/third_party/libbpf/include/uapi/linux/
H A Dbpf_common.h10 #define BPF_STX 0x03 macro
/third_party/elfutils/lib/
H A Dbpf.h13 #define BPF_STX 0x03 macro
/third_party/libbpf/include/linux/
H A Dfilter.h66 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/ltp/include/lapi/
H A Dbpf.h23 #define BPF_STX 0x03 macro
567 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/libbpf/src/
H A Drelo_core.c1067 case BPF_STX: in bpf_core_patch_insn()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2176 pub const BPF_STX: ::__u32 = 0x03; consts

Completed in 18 milliseconds