Home | History | Annotate | Download | only in strace

Lines Matching refs:upeek

190  * Currently used by upeek() only.
1025 upeek(tcp, off, res)
1040 perror("upeek: uname?");
1060 sprintf(buf,"upeek: ptrace(PTRACE_PEEKUSER,%d,%lu,0)", tcp->pid, off);
1082 if (upeek(tcp, 4*EIP, &eip) < 0) {
1090 if(upeek(tcp,PT_PSWADDR,&psw) < 0) {
1103 if (upeek(tcp, 8*RIP, &rip) < 0) {
1111 if (upeek(tcp, PT_B0, &ip) < 0) {
1119 if (upeek(tcp, sizeof(unsigned long)*PT_NIP, &pc) < 0) {
1131 if (upeek(tcp, 4*PT_PC, &pc) < 0) {
1139 if (upeek(tcp, REG_PC, &pc) < 0) {
1158 if(upeek(tcp,PT_IAOQ0,&pc) < 0) {
1166 if (upeek(tcp, REG_EPC, &pc) < 0) {
1174 if (upeek(tcp, 4*REG_PC, &pc) < 0) {
1182 if (upeek(tcp, REG_PC, &pc) < 0) {
1190 if (upeek(tcp, 4*15, &pc) < 0) {
1198 if (upeek(tcp, REG_PC, &pc) < 0) {
1206 if (upeek(tcp, PT_PC, &pc) < 0) {
1214 if (upeek(tcp, 4*PT_IRP, &pc) < 0) {
1222 if (upeek(tcp, 4*PT_ERP, &pc) < 0) {
1299 if (upeek(tcp, PT_AR_BSP, &bsp) < 0)
1301 if (upeek(tcp, PT_CFM, (long *) &cfm) < 0)
1321 ret = upeek (tcp, PT_R11, valp);
1335 ret = upeek (tcp, PT_R9, valp);
1454 (upeek ((tcp), arg0_offset, (valp)))
1456 (upeek ((tcp), arg1_offset, (valp)))
1709 if (upeek(tcp, uoff(u_exdata) + n, &res) < 0)