Searched refs:first_ip_delta (Results 1 – 5 of 5) sorted by relevance
296 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta, in record_ExeContext_wrk() argument319 first_ip_delta ); in record_ExeContext_wrk()428 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { in VG_()429 return record_ExeContext_wrk( tid, first_ip_delta, in VG_()
695 Word first_ip_delta ) in VG_()738 startRegs.r_pc += (Long)(Word)first_ip_delta; in VG_()
63 Word first_ip_delta );
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
1631 { Word first_ip_delta = 0; in evh__pre_thread_ll_create() local1633 first_ip_delta = -3; in evh__pre_thread_ll_create()1635 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta); in evh__pre_thread_ll_create()