Searched refs:code_align (Results 1 – 2 of 2) sorted by relevance
94 uint32_t code_align; member107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
305 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()623 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local657 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()706 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()719 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()732 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()