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

  /external/valgrind/include/
pub_tool_stacktrace.h 43 // The initial IP value to use is adjusted by first_ip_delta before
65 Word first_ip_delta );
pub_tool_execontext.h 57 // 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/coregrind/
m_execontext.c 338 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta,
353 ips[0] = VG_(get_IP)(tid) + first_ip_delta;
358 first_ip_delta );
384 first_ip_delta );
496 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
497 return record_ExeContext_wrk( tid, first_ip_delta,
501 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
503 return record_ExeContext_wrk( tid, first_ip_delta,
m_signals.c 1840 Word first_ip_delta = 0; local
    [all...]
m_stacktrace.c     [all...]
  /external/valgrind/helgrind/
hg_main.c 268 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
324 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
1633 { Word first_ip_delta = 0; local
    [all...]

Completed in 411 milliseconds