Home
last modified time | relevance | path

Searched refs:unitLengthOffset (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp990 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()
[all …]