Lines Matching refs:offset_ptr
39 uint64_t *offset_ptr, in extract() argument
41 assert(data.isValidOffset(*offset_ptr)); in extract()
43 Offset = *offset_ptr; in extract()
70 data.getInitialLength(offset_ptr, &Err); in extract()
71 HeaderData.Version = data.getU16(offset_ptr, &Err); in extract()
73 offset_ptr, dwarf::getDwarfOffsetByteSize(HeaderData.Format), &Err); in extract()
74 HeaderData.AddrSize = data.getU8(offset_ptr, &Err); in extract()
75 HeaderData.SegSize = data.getU8(offset_ptr, &Err); in extract()
114 const uint32_t header_size = *offset_ptr - Offset; in extract()
127 *offset_ptr = Offset + first_tuple_offset; in extract()
137 while (*offset_ptr < end_offset) { in extract()
138 uint64_t EntryOffset = *offset_ptr; in extract()
139 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
140 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
145 if (*offset_ptr == end_offset) in extract()