Home | History | Annotate | Download | only in strace

Lines Matching refs:upeek

186  * Currently used by upeek() only.
1021 upeek(tcp, off, res)
1036 perror("upeek: uname?");
1056 sprintf(buf,"upeek: ptrace(PTRACE_PEEKUSER,%d,%lu,0)", tcp->pid, off);
1078 if (upeek(tcp, 4*EIP, &eip) < 0) {
1086 if(upeek(tcp,PT_PSWADDR,&psw) < 0) {
1099 if (upeek(tcp, 8*RIP, &rip) < 0) {
1107 if (upeek(tcp, PT_B0, &ip) < 0) {
1115 if (upeek(tcp, sizeof(unsigned long)*PT_NIP, &pc) < 0) {
1127 if (upeek(tcp, 4*PT_PC, &pc) < 0) {
1135 if (upeek(tcp, REG_PC, &pc) < 0) {
1154 if(upeek(tcp,PT_IAOQ0,&pc) < 0) {
1162 if (upeek(tcp, REG_EPC, &pc) < 0) {
1170 if (upeek(tcp, 4*REG_PC, &pc) < 0) {
1178 if (upeek(tcp, REG_PC, &pc) < 0) {
1186 if (upeek(tcp, 4*15, &pc) < 0) {
1194 if (upeek(tcp, REG_PC, &pc) < 0) {
1202 if (upeek(tcp, PT_PC, &pc) < 0) {
1210 if (upeek(tcp, 4*PT_IRP, &pc) < 0) {
1218 if (upeek(tcp, 4*PT_ERP, &pc) < 0) {
1295 if (upeek(tcp, PT_AR_BSP, &bsp) < 0)
1297 if (upeek(tcp, PT_CFM, (long *) &cfm) < 0)
1317 ret = upeek (tcp, PT_R11, valp);
1331 ret = upeek (tcp, PT_R9, valp);
1450 (upeek ((tcp), arg0_offset, (valp)))
1452 (upeek ((tcp), arg1_offset, (valp)))
1705 if (upeek(tcp, uoff(u_exdata) + n, &res) < 0)