Searched defs:first_ip_delta (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
H A D | m_execontext.c | 332 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta, argument 347 ips[0] = VG_(get_IP)(tid) + first_ip_delta; 352 first_ip_delta ); 458 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { 459 return record_ExeContext_wrk( tid, first_ip_delta, 463 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta ) 465 return record_ExeContext_wrk( tid, first_ip_delta,
|
H A D | m_signals.c | 1729 Word first_ip_delta = 0; local 1761 first_ip_delta = -insn_length; 1766 ? VG_(record_ExeContext)( tid, first_ip_delta ) 1768 first_ip_delta );
|
/external/valgrind/helgrind/ |
H A D | hg_main.c | 254 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); 310 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); 1577 { Word first_ip_delta = 0; local 1579 first_ip_delta = -3; 1581 first_ip_delta = -1; 1583 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta);
|
Completed in 194 milliseconds