Lines Matching refs:unitLengthOffset
990 off_t unitLengthOffset = dataReader.Offset(); in _ParseDebugInfoSection() local
993 if (unitLengthOffset + unitLength in _ParseDebugInfoSection()
1052 unitLength + (unitLengthOffset - unitHeaderOffset), in _ParseDebugInfoSection()
1064 dataReader.SeekAbsolute(unitLengthOffset + unitLength); in _ParseDebugInfoSection()
1081 off_t unitLengthOffset = dataReader.Offset(); in _ParseTypesSection() local
1084 if (unitLengthOffset + unitLength in _ParseTypesSection()
1134 unitLength + (unitLengthOffset - unitHeaderOffset), in _ParseTypesSection()
1157 dataReader.SeekAbsolute(unitLengthOffset + unitLength); in _ParseTypesSection()
3012 off_t unitLengthOffset = dataReader.Offset(); in _ParsePublicTypesInfo() local
3018 if (unitLengthOffset + unitLength in _ParsePublicTypesInfo()
3027 dataReader.SeekAbsolute(unitLengthOffset + unitLength); in _ParsePublicTypesInfo()