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

  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 35 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP)
97 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP)
135 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, pc)
204 #define SECCOMP_IP(_ctx) (_ctx)->uc_mcontext.pc
261 #define SECCOMP_IP(_ctx) (_ctx)->uc_mcontext.pc
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 184 if (sigsys.ip != reinterpret_cast<void*>(SECCOMP_IP(ctx)) ||

Completed in 227 milliseconds