Lines Matching refs:offset_ptr
256 uint64_t *offset_ptr, in extract() argument
258 Offset = *offset_ptr; in extract()
262 debug_info.getInitialLength(offset_ptr, &Err); in extract()
263 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
265 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
266 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
268 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
271 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
272 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
281 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract()
283 offset_ptr, FormParams.getDwarfOffsetByteSize(), &Err); in extract()
285 DWOId = debug_info.getU64(offset_ptr, &Err); in extract()
295 assert(*offset_ptr - Offset <= 255 && "unexpected header size"); in extract()
296 Size = uint8_t(*offset_ptr - Offset); in extract()