Searched refs:first_ip_delta (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h43 // The initial IP value to use is adjusted by first_ip_delta before
65 Word first_ip_delta );
H A Dpub_tool_execontext.h57 // use is adjusted by first_ip_delta before the stack is unwound.
63 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
72 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
/external/valgrind/main/coregrind/
H A Dm_execontext.c324 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta, argument
339 ips[0] = VG_(get_IP)(tid) + first_ip_delta;
344 first_ip_delta );
453 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
454 return record_ExeContext_wrk( tid, first_ip_delta,
458 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
460 return record_ExeContext_wrk( tid, first_ip_delta,
H A Dm_signals.c1688 Word first_ip_delta = 0; local
1719 first_ip_delta = -insn_length;
1724 ? VG_(record_ExeContext)( tid, first_ip_delta )
1726 first_ip_delta );
H A Dm_stacktrace.c1388 Word first_ip_delta )
1430 /* Take into account the first_ip_delta. */
1431 startRegs.r_pc += (Long)(Word)first_ip_delta;
1482 0/*first_ip_delta*/);
/external/valgrind/main/helgrind/
H A Dhg_main.c254 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
310 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
1579 { Word first_ip_delta = 0; local
1581 first_ip_delta = -3;
1583 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta);

Completed in 213 milliseconds