Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:instrs

3634 /* Show the instructions in instrs[0 .. ilen-1]. */
3635 static void show_CF_instructions ( DiCursor instrs, Int ilen,
3642 i += show_CF_instruction( ML_(cur_plus)(instrs, i),
3648 /* Run the CF instructions in instrs[0 .. ilen-1], until the end is
3654 UnwindContext* ctx, DiCursor instrs, Int ilen,
3668 if (0) (void)show_CF_instruction( ML_(cur_plus)(instrs,i), adi,
3670 j = run_CF_instruction( ctx, ML_(cur_plus)(instrs,i),
3713 /* Where are the instrs? */
3714 DiCursor instrs;
3728 cie->instrs = DiCursor_INVALID;
3976 the_CIEs[this_CIE].instrs = ML_(cur_plus)(data, length);
3987 the_CIEs[this_CIE].instrs = DiCursor_INVALID;
4013 if (!ML_(cur_is_valid)(the_CIEs[this_CIE].instrs)) {
4017 data = the_CIEs[this_CIE].instrs;
4028 the_CIEs[this_CIE].instrs = data;
4032 //VG_(printf)("cie.instrs = %p\n", the_CIEs[this_CIE].instrs);
4055 show_CF_instructions( the_CIEs[this_CIE].instrs,
4160 //VG_(printf)("fde.instrs = %p\n", fde_instrs);
4231 di, False, &ctx, the_CIEs[cie].instrs,