Home | History | Annotate | Download | only in config

Lines Matching refs:reg_offset

5016 		  if (unwind->reg_offset[reg] == cur_offset)
5140 unwind->reg_offset[reg] = insn->u.ri.offset;
5234 if (save_offset != unwind->reg_offset[reg + 1]
5235 || save_offset - 4 != unwind->reg_offset[reg])
5242 if (save_offset != unwind->reg_offset[reg])
5287 if (save_offset + 4 - high_offset != unwind->reg_offset[reg]
5288 || save_offset + high_offset != unwind->reg_offset[reg2])
5296 if (save_offset != unwind->reg_offset[reg])
5322 if (unwind->reg_offset[reg] != pop_rts_offset[reg] * 4)
5347 if (unwind->reg_offset[reg] > 0 || unwind->reg_offset[reg] < -0x800
5348 || (unwind->reg_offset[reg] & 3) != 0)
5354 if (unwind->reg_offset[reg] < save_offset)
5355 save_offset = unwind->reg_offset[reg] - 4;