Lines Matching refs:oplist
6013 Dwarf_Frame_Op *oplist; in dump_dwarf_frame_inst() local
6021 if (dwarf_expand_frame_instructions(cie, insts, len, &oplist, in dump_dwarf_frame_inst()
6029 if (oplist[i].fp_base_op != 0) in dump_dwarf_frame_inst()
6030 op = oplist[i].fp_base_op << 6; in dump_dwarf_frame_inst()
6032 op = oplist[i].fp_extended_op; in dump_dwarf_frame_inst()
6041 delta = oplist[i].fp_offset * caf; in dump_dwarf_frame_inst()
6049 delta = oplist[i].fp_offset * daf; in dump_dwarf_frame_inst()
6050 printf(": r%u (%s) at cfa%+jd", oplist[i].fp_register, in dump_dwarf_frame_inst()
6051 dwarf_regname(re, oplist[i].fp_register), in dump_dwarf_frame_inst()
6055 printf(": r%u (%s)", oplist[i].fp_register, in dump_dwarf_frame_inst()
6056 dwarf_regname(re, oplist[i].fp_register)); in dump_dwarf_frame_inst()
6059 pc = oplist[i].fp_offset; in dump_dwarf_frame_inst()
6065 pc += oplist[i].fp_offset; in dump_dwarf_frame_inst()
6066 printf(": %jd to %08jx", (intmax_t) oplist[i].fp_offset, in dump_dwarf_frame_inst()
6070 printf(": r%u (%s) ofs %ju", oplist[i].fp_register, in dump_dwarf_frame_inst()
6071 dwarf_regname(re, oplist[i].fp_register), in dump_dwarf_frame_inst()
6072 (uintmax_t) oplist[i].fp_offset); in dump_dwarf_frame_inst()
6075 printf(": r%u (%s) ofs %jd", oplist[i].fp_register, in dump_dwarf_frame_inst()
6076 dwarf_regname(re, oplist[i].fp_register), in dump_dwarf_frame_inst()
6077 (intmax_t) (oplist[i].fp_offset * daf)); in dump_dwarf_frame_inst()
6080 printf(": r%u (%s)", oplist[i].fp_register, in dump_dwarf_frame_inst()
6081 dwarf_regname(re, oplist[i].fp_register)); in dump_dwarf_frame_inst()
6084 printf(": %ju", (uintmax_t) oplist[i].fp_offset); in dump_dwarf_frame_inst()
6087 printf(": %jd", (intmax_t) (oplist[i].fp_offset * daf)); in dump_dwarf_frame_inst()
6095 dwarf_dealloc(dbg, oplist, DW_DLA_FRAME_BLOCK); in dump_dwarf_frame_inst()