Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching full:iinstance

1189    IInstance;
1214 that an IInstance with a .insn_addr of zero is interpreted to
1216 store an IInstance for address zero. */
1222 IInstance* htab;
1231 IInstance htab_fixed[N_HTAB_FIXED];
1300 IInstance* ii = &frame->htab[u];
1336 IInstance *old_htab, *new_htab, *old;
1343 new_size * sizeof(IInstance) );
1389 static IInstance* find_or_create_IInstance_SLOW (
1446 static IInstance* find_or_create_IInstance (
1769 IInstance* iinstance;
1784 iinstance = find_or_create_IInstance( frame, ip, ip_frameBlocks );
1785 tl_assert(iinstance);
1786 tl_assert(iinstance->blocks == ip_frameBlocks);
1791 inv = &iinstance->invar;
1800 tid, ea, sp, fp, szB, iinstance->blocks );
1808 tid, ea, sp, fp, szB, iinstance->blocks );