Searched defs:_InlIPCursor (Results 1 – 1 of 1) sorted by relevance
1474 struct _InlIPCursor { struct1475 Addr eip; // Cursor used to describe calls at eip.1476 DebugInfo* di; // DebugInfo describing inlined calls at eip1478 Word inltab_lopos; // The inlined fn calls covering eip are in1479 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)