Lines Matching refs:offset_ptr
231 uint64_t *offset_ptr, in extract() argument
233 Offset = *offset_ptr; in extract()
237 debug_info.getInitialLength(offset_ptr, &Err); in extract()
238 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
240 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
241 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
243 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
246 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
247 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
256 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
258 offset_ptr, FormParams.getDwarfOffsetByteSize(), &Err); in extract()
260 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
272 assert(*offset_ptr - Offset <= 255 && "unexpected header size"); in extract()
273 Size = uint8_t(*offset_ptr - Offset); in extract()