Home | History | Annotate | Download | only in Symbol

Lines Matching refs:op_offset

271                 int op_offset = (int32_t)m_cfi_data.GetULEB128(&offset);
273 cie_sp->initial_row.SetCFAOffset (op_offset);
285 int op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * cie_sp->data_align;
287 reg_location.SetAtCFAPlusOffset(op_offset);
435 int32_t op_offset = 0;
481 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align;
482 reg_location.SetAtCFAPlusOffset(op_offset);
571 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align;
572 reg_location.SetAtCFAPlusOffset(op_offset);
659 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset);
661 row->SetCFAOffset (op_offset);
681 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset);
682 row->SetCFAOffset (op_offset);
719 op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align;
720 reg_location.SetAtCFAPlusOffset(op_offset);
732 op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align;
734 row->SetCFAOffset (op_offset);
743 op_offset = (int32_t)m_cfi_data.GetSLEB128(&offset) * data_align;
744 row->SetCFAOffset (op_offset);