Home
last modified time | relevance | path

Searched refs:TCB_TAMPERED_NO_FAIL (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h278 #define TCB_TAMPERED_NO_FAIL 0x2000 /* We tamper tcb with syscall macro
304 #define syscall_tampered_nofail(tcp) ((tcp)->flags & TCB_TAMPERED_NO_FAIL)
Dsyscall.c531 tcp->flags |= TCB_TAMPERED_NO_FAIL; in tamper_with_syscall_entering()
DChangeLog1662 * defs.h (INJECT_F_SYSCALL, INJECT_ACTION_FLAGS, TCB_TAMPERED_NO_FAIL,