Lines Matching refs:byte_offset
109 uint16_t byte_offset = 0; in GetUnwindPlan() local
114 byte_offset = 1; in GetUnwindPlan()
119 byte_offset = 2; in GetUnwindPlan()
127 byte_offset = 5; in GetUnwindPlan()
135 while (byte_offset < byte_count) { in GetUnwindPlan()
136 uint8_t byte1 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
146 if (byte_offset >= byte_count) in GetUnwindPlan()
149 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
202 if (byte_offset >= byte_count) in GetUnwindPlan()
205 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
227 uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count); in GetUnwindPlan()
233 if (byte_offset >= byte_count) in GetUnwindPlan()
236 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
279 if (byte_offset >= byte_count) in GetUnwindPlan()
282 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
293 if (byte_offset >= byte_count) in GetUnwindPlan()
296 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()