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