Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:unit_length

431          .unit_length :: InitialLength field of the CU Header.
433 include the size of the .unit_length field itself, which is
436 ULong unit_length;
1018 cc->unit_length
1022 TRACE_D3(" Length: %llu\n", cc->unit_length );
1889 /* unit_length = */
2599 || posn >= cc->cu_start_offset + cc->unit_length) {
4590 cu_offset_now = (cu_start_offset + cc.unit_length
4766 cc.unit_length + (cc.is_dw64 ? 12 : 4));
4769 cu_size_including_IniLen = cc.unit_length + (cc.is_dw64 ? 12 : 4);