Home
last modified time | relevance | path

Searched defs:_InlIPCursor (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1473 struct _InlIPCursor { struct
1474 Addr eip; // Cursor used to describe calls at eip.
1475 DebugInfo* di; // DebugInfo describing inlined calls at eip
1477 Word inltab_lopos; // The inlined fn calls covering eip are in
1478 Word inltab_hipos; // di->inltab[inltab_lopos..inltab_hipos].
1482 Int curlevel; // Current level to describe.
1484 Word cur_inltab; // inltab pos for call inlined at current level.
1485 Word next_inltab; // inltab pos for call inlined at next (towards main)