Lines Matching refs:orc
20 struct orc_entry *orc = &insn->orc; in create_orc() local
27 orc->end = insn->cfi.end; in create_orc()
30 orc->sp_reg = ORC_REG_UNDEFINED; in create_orc()
36 orc->sp_reg = ORC_REG_SP; in create_orc()
39 orc->sp_reg = ORC_REG_SP_INDIRECT; in create_orc()
42 orc->sp_reg = ORC_REG_BP; in create_orc()
45 orc->sp_reg = ORC_REG_BP_INDIRECT; in create_orc()
48 orc->sp_reg = ORC_REG_R10; in create_orc()
51 orc->sp_reg = ORC_REG_R13; in create_orc()
54 orc->sp_reg = ORC_REG_DI; in create_orc()
57 orc->sp_reg = ORC_REG_DX; in create_orc()
67 orc->bp_reg = ORC_REG_UNDEFINED; in create_orc()
70 orc->bp_reg = ORC_REG_PREV_SP; in create_orc()
73 orc->bp_reg = ORC_REG_BP; in create_orc()
81 orc->sp_offset = cfa->offset; in create_orc()
82 orc->bp_offset = bp->offset; in create_orc()
83 orc->type = insn->cfi.type; in create_orc()
93 struct orc_entry *orc; in create_orc_entry() local
97 orc = (struct orc_entry *)u_sec->data->d_buf + idx; in create_orc_entry()
98 memcpy(orc, o, sizeof(*orc)); in create_orc_entry()
170 memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
206 if (!prev_insn || memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
211 &insn->orc)) in create_orc_sections()