Home
last modified time | relevance | path

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

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