Searched refs:prev_offset (Results 1 – 2 of 2) sorted by relevance
48 uint64_t prev_offset = *offset_ptr; in extract() local54 if (*offset_ptr != prev_offset + 2 * AddressSize) { in extract()58 prev_offset); in extract()
183 lldb::offset_t prev_offset = c.tell(); in DecodeNextSection() local188 if (payload_len < c.tell() - prev_offset) in DecodeNextSection()191 uint32_t section_length = payload_len - (c.tell() - prev_offset); in DecodeNextSection()