Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:instrs

3513 /* Show the instructions in instrs[0 .. ilen-1]. */
3514 static void show_CF_instructions ( DiCursor instrs, Int ilen,
3521 i += show_CF_instruction( ML_(cur_plus)(instrs, i),
3527 /* Run the CF instructions in instrs[0 .. ilen-1], until the end is
3533 UnwindContext* ctx, DiCursor instrs, Int ilen,
3549 if (0) (void)show_CF_instruction( ML_(cur_plus)(instrs,i), adi,
3551 j = run_CF_instruction( ctx, ML_(cur_plus)(instrs,i),
3596 /* Where are the instrs? */
3597 DiCursor instrs;
3611 cie->instrs = DiCursor_INVALID;
3859 the_CIEs[this_CIE].instrs = ML_(cur_plus)(data, length);
3870 the_CIEs[this_CIE].instrs = DiCursor_INVALID;
3896 if (!ML_(cur_is_valid)(the_CIEs[this_CIE].instrs)) {
3900 data = the_CIEs[this_CIE].instrs;
3911 the_CIEs[this_CIE].instrs = data;
3915 //VG_(printf)("cie.instrs = %p\n", the_CIEs[this_CIE].instrs);
3939 show_CF_instructions( the_CIEs[this_CIE].instrs,
4046 //VG_(printf)("fde.instrs = %p\n", fde_instrs);
4117 di, False, &ctx, the_CIEs[cie].instrs,