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

/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h41 // The initial IP value to use is adjusted by first_ip_delta before
63 Word first_ip_delta );
H A Dpub_tool_execontext.h55 // use is adjusted by first_ip_delta before the stack is unwound.
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
/external/valgrind/main/coregrind/
H A Dm_execontext.c297 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta, argument
320 first_ip_delta );
429 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
430 return record_ExeContext_wrk( tid, first_ip_delta,
435 return record_ExeContext_wrk( tid, 0/*first_ip_delta*/,
H A Dm_stacktrace.c771 Word first_ip_delta )
813 /* Take into account the first_ip_delta. */
814 startRegs.r_pc += (Long)(Word)first_ip_delta;
865 0/*first_ip_delta*/);
/external/valgrind/main/helgrind/
H A Dhg_main.c250 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
306 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
1543 { Word first_ip_delta = 0; local
1545 first_ip_delta = -3;
1547 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta);

Completed in 104 milliseconds