Searched refs:unwind_data (Results 1 – 1 of 1) sorted by relevance
248 const uint16_t* unwind_data = unw_data_start_addr_ + index; in FindCFIRowForPC() local251 memcpy(&row_count, unwind_data, sizeof(row_count)); in FindCFIRowForPC()257 reinterpret_cast<const CFIUnwindDataRow*>(unwind_data + 1); in FindCFIRowForPC()