Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1197 uint64 cieID = dwarf64 in _ParseFrameSection() local
1202 ? cieID == 0 in _ParseFrameSection()
1204 ? cieID == 0xffffffffffffffffULL in _ParseFrameSection()
1205 : cieID == 0xffffffff)) { in _ParseFrameSection()
1212 if (cieID > (uint64)lengthOffset) { in _ParseFrameSection()
1214 "possible: %" B_PRIu64 "\n", cieID, lengthOffset); in _ParseFrameSection()
1218 cieID = lengthOffset - cieID; in _ParseFrameSection()
1231 cieID, cieAugmentation, cieReader, cieRemaining); in _ParseFrameSection()
1260 entryOffset, cieID, ehFrame); in _ParseFrameSection()
2547 uint64 cieID = dwarf64 in _ParseCIEHeader() local
[all …]