HomeSort by relevance Sort by last modified time
    Searched refs:first_ip_delta (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/include/
pub_tool_execontext.h 55 // use is adjusted by first_ip_delta before the stack is unwound.
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
70 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
pub_tool_stacktrace.h 41 // The initial IP value to use is adjusted by first_ip_delta before
63 Word first_ip_delta );
  /external/valgrind/main/coregrind/
m_execontext.c 297 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta,
312 ips[0] = VG_(get_IP)(tid) + first_ip_delta;
317 first_ip_delta );
426 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
427 return record_ExeContext_wrk( tid, first_ip_delta,
431 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
433 return record_ExeContext_wrk( tid, first_ip_delta,
m_signals.c 1641 Word first_ip_delta = 0; local
    [all...]
m_stacktrace.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c 250 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
306 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
1543 { Word first_ip_delta = 0; local
    [all...]

Completed in 1896 milliseconds