Searched defs:_InlIPCursor (Results 1 – 1 of 1) sorted by relevance
1478 struct _InlIPCursor { struct1479 Addr eip; // Cursor used to describe calls at eip.1480 DebugInfo* di; // DebugInfo describing inlined calls at eip1482 Word inltab_lopos; // The inlined fn calls covering eip are in1483 Word inltab_hipos; // di->inltab[inltab_lopos..inltab_hipos].1487 Int curlevel; // Current level to describe.1489 Word cur_inltab; // inltab pos for call inlined at current level.1490 Word next_inltab; // inltab pos for call inlined at next (towards main)