Lines Matching refs:offset_ptr
252 uint64_t *offset_ptr, in extract() argument
254 Offset = *offset_ptr; in extract()
258 debug_info.getInitialLength(offset_ptr, &Err); in extract()
259 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
261 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
262 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
264 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
267 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
268 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
277 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
279 offset_ptr, FormParams.getDwarfOffsetByteSize(), &Err); in extract()
281 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
291 assert(*offset_ptr - Offset <= 255 && "unexpected header size"); in extract()
292 Size = uint8_t(*offset_ptr - Offset); in extract()