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

  /external/strace/
syscall.c 673 if (upeek(tcp->pid, 4*(REG_REG0+1), &val) < 0)
676 if (upeek(tcp->pid, PT_R9, &val) < 0)
801 if (upeek(tcp->pid, PT_PSWADDR, &psw) < 0) {
823 if (upeek(tcp->pid, PT_B0, &ip) < 0) {
837 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0) {
844 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
855 if (upeek(tcp->pid, PT_IAOQ0, &pc) < 0) {
862 if (upeek(tcp->pid, REG_EPC, &pc) < 0) {
869 if (upeek(tcp->pid, 4*REG_PC, &pc) < 0) {
876 if (upeek(tcp->pid, REG_PC, &pc) < 0)
    [all...]
util.c 1113 upeek(int pid, long off, long *res) function
1121 perror_msg("upeek: PTRACE_PEEKUSER pid:%d @0x%lx)", pid, off);
1169 if (upeek(tcp->pid, PT_AR_BSP, &bsp) < 0)
1171 if (upeek(tcp->pid, PT_CFM, (long *) &cfm) < 0)
1190 ret = upeek(tcp->pid, PT_R11, valp);
1204 ret = upeek(tcp->pid, PT_R9, valp);
1325 # define get_arg0(tcp, cookie, valp) (upeek((tcp)->pid, arg0_offset, (valp)))
1326 # define get_arg1(tcp, cookie, valp) (upeek((tcp)->pid, arg1_offset, (valp)))
    [all...]
signal.c 735 if (upeek(tcp->pid, PT_GPR15, &usp) < 0)
812 if (upeek(tcp->pid, PT_R12, &sp) < 0)
842 if (upeek(tcp->pid, 4*PT_USP, &usp) < 0)
852 if (upeek(tcp->pid, REG_FP, &fp) < 0)
875 if (upeek(tcp->pid, REG_SP, &sp) < 0)
925 if (upeek(tcp->pid, 1 * 4, &sp) < 0)
    [all...]
defs.h 632 extern int upeek(int pid, long, long *);

Completed in 525 milliseconds