Lines Matching refs:ips

56    IPs into 'ips'.  In order to be thread-safe, we pass in the
58 meaningful. Returns number of IPs put in 'ips'.
70 /*OUT*/Addr* ips, UInt max_n_ips,
89 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
117 ips[0] = uregs.xip;
126 ips[0] = uregs.xip;
176 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
178 VG_(printf)(" ipsF[%d]=0x%08lx\n", i-1, ips[i-1]);
190 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
192 VG_(printf)(" ipsC[%d]=0x%08lx\n", i-1, ips[i-1]);
204 ips[i++] = uregs.xip;
206 VG_(printf)(" ipsC[%d]=0x%08lx\n", i-1, ips[i-1]);
226 /*OUT*/Addr* ips, UInt max_n_ips,
245 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
281 ips[0] = uregs.xip;
288 ips[0] = uregs.xip;
321 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
323 VG_(printf)(" ipsC[%d]=%#08lx\n", i-1, ips[i-1]);
349 ips[i++] = uregs.xip - 1; /* -1: refer to calling insn, not the RA */
351 VG_(printf)(" ipsF[%d]=%#08lx\n", i-1, ips[i-1]);
373 ips[i++] = uregs.xip == 0
379 VG_(printf)(" ipsH[%d]=%#08lx\n", i-1, ips[i-1]);
400 /*OUT*/Addr* ips, UInt max_n_ips,
429 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
453 ips[0] = ip;
503 ips[0] = ip;
562 ips[i++] = ip - 1; /* -1: refer to calling insn, not the RA */
564 VG_(printf)(" ipsF[%d]=%#08lx\n", i-1, ips[i-1]);
587 /*OUT*/Addr* ips, UInt max_n_ips,
609 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
636 ips[0] = uregs.r15;
644 ips[0] = uregs.r15;
661 ips[i++] = (uregs.r15 & 0xFFFFFFFE) - 1;
681 /*OUT*/Addr* ips, UInt max_n_ips,
712 ips[0] = uregs.ia;
727 ips[i++] = uregs.ia - 1;
744 ips[i++] = uregs.lr - 1;
768 /*OUT*/StackTrace ips, UInt max_n_ips,
822 return VG_(get_StackTrace_wrk)(tid, ips, max_n_ips,
844 void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips )
851 VG_(apply_StackTrace)( printIpDesc, NULL, ips, n_ips );
860 Addr ips[max_n_ips];
862 = VG_(get_StackTrace)(tid, ips, max_n_ips,
866 VG_(pp_StackTrace)(ips, n_ips);
872 StackTrace ips, UInt n_ips
880 Addr ip = ips[i];