Searched refs:pregs (Results 1 – 5 of 5) sorted by relevance
81 regs_struct* volatile pregs = ®s; in main() local88 ++pregs; in main()94 regset_io.iov_base = pregs; in main()98 # define __PTRACE_ARGS NULL, pregs in main()
204 RegSet pregs; in build() local210 pregs.insert(itr->first); in build()236 for (RegSet::const_iterator pregItr = pregs.begin(), in build()237 pregEnd = pregs.end(); in build()
645 char *pregs = (char *) regs; in getregs() local650 *(long *)(pregs+offset) = ptrace(PTRACE_PEEKUSER, pid, offset, NULL); in getregs()715 char *pregs = (char *) regs; in setregs() local727 res = ptrace(PTRACE_POKEUSER, pid, offset, *(long*)(pregs+offset)); in setregs()
66 ; FIXME: Unfail the zzz test if we can correctly mark pregs with the kill flag.