Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc26 user_regs_struct * volatile pregs = &regs; in main() local
28 ++pregs; in main()
30 res = ptrace(PTRACE_GETREGS, pid, NULL, pregs); in main()
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c645 char *pregs = (char *) regs; in getregs() local
650 *(long *)(pregs+offset) = ptrace(PTRACE_PEEKUSER, pid, offset, NULL); in getregs()
715 char *pregs = (char *) regs; in setregs() local
727 res = ptrace(PTRACE_POKEUSER, pid, offset, *(long*)(pregs+offset)); in setregs()
/external/llvm/test/CodeGen/X86/
Dsink-hoist.ll66 ; FIXME: Unfail the zzz test if we can correctly mark pregs with the kill flag.