• Home
  • Raw
  • Download

Lines Matching refs:GetU32

301     m_unwind_header.version = m_unwindinfo_data.GetU32(&offset);  in ScanIndex()
303 m_unwindinfo_data.GetU32(&offset); in ScanIndex()
305 m_unwindinfo_data.GetU32(&offset); in ScanIndex()
307 m_unwindinfo_data.GetU32(&offset); in ScanIndex()
308 m_unwind_header.personality_array_count = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
309 uint32_t indexSectionOffset = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
311 uint32_t indexCount = m_unwindinfo_data.GetU32(&offset); in ScanIndex()
347 m_unwindinfo_data.GetU32(&offset); // functionOffset in ScanIndex()
349 m_unwindinfo_data.GetU32(&offset); // secondLevelPagesSectionOffset in ScanIndex()
351 m_unwindinfo_data.GetU32(&offset); // lsdaIndexArraySectionOffset in ScanIndex()
397 m_unwindinfo_data.GetU32(&offset); // functionOffset in GetLSDAForFunctionOffset()
398 uint32_t mid_lsda_offset = m_unwindinfo_data.GetU32(&offset); // lsdaOffset in GetLSDAForFunctionOffset()
428 m_unwindinfo_data.GetU32(&offset); // functionOffset in BinarySearchRegularSecondPage()
432 next_func_offset = m_unwindinfo_data.GetU32(&offset); // functionOffset in BinarySearchRegularSecondPage()
463 uint32_t entry = m_unwindinfo_data.GetU32(&offset); // entry in BinarySearchCompressedSecondPage()
469 uint32_t next_entry = m_unwindinfo_data.GetU32(&offset); // entry in BinarySearchCompressedSecondPage()
545 uint32_t kind = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction()
571 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()
594 uint32_t personality_offset = m_unwindinfo_data.GetU32(&offset); in GetCompactUnwindInfoForFunction()
642 encoding = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction()
649 encoding = m_unwindinfo_data.GetU32( in GetCompactUnwindInfoForFunction()
678 uint32_t personality_offset = m_unwindinfo_data.GetU32(&offset); in GetCompactUnwindInfoForFunction()