Home
last modified time | relevance | path

Searched refs:SECCOMP_IP (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h35 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP) macro
97 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_RIP) macro
135 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, pc) macro
204 #define SECCOMP_IP(_ctx) (_ctx)->uc_mcontext.pc macro
261 #define SECCOMP_IP(_ctx) (_ctx)->uc_mcontext.pc macro
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc184 if (sigsys.ip != reinterpret_cast<void*>(SECCOMP_IP(ctx)) || in SigSys()