HomeSort by relevance Sort by last modified time
    Searched refs:BPF_JSGT (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
bpf_op_jmp.h 29 #if defined(BPF_JSGT) || (defined(HAVE_DECL_BPF_JSGT) && HAVE_DECL_BPF_JSGT)
30 XLAT(BPF_JSGT),
  /bionic/libc/kernel/uapi/linux/
bpf.h 37 #define BPF_JSGT 0x60
  /external/iproute2/include/linux/
bpf.h 34 #define BPF_JSGT 0x60 /* SGT is signed '>', GT in x86 */
  /external/kernel-headers/original/uapi/linux/
bpf.h 34 #define BPF_JSGT 0x60 /* SGT is signed '>', GT in x86 */

Completed in 160 milliseconds