Lines Matching refs:offset_ptr
38 uint64_t *offset_ptr, in extract() argument
40 assert(data.isValidOffset(*offset_ptr)); in extract()
42 Offset = *offset_ptr; in extract()
69 data.getInitialLength(offset_ptr, &Err); in extract()
70 HeaderData.Version = data.getU16(offset_ptr, &Err); in extract()
72 offset_ptr, dwarf::getDwarfOffsetByteSize(HeaderData.Format), &Err); in extract()
73 HeaderData.AddrSize = data.getU8(offset_ptr, &Err); in extract()
74 HeaderData.SegSize = data.getU8(offset_ptr, &Err); in extract()
115 const uint32_t header_size = *offset_ptr - Offset; in extract()
128 *offset_ptr = Offset + first_tuple_offset; in extract()
138 while (*offset_ptr < end_offset) { in extract()
139 uint64_t EntryOffset = *offset_ptr; in extract()
140 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
141 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
146 if (*offset_ptr == end_offset) in extract()