Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
DDwarfParser.hpp116 uint64_t cfiLength = addressSpace.get32(p); in findPCRange() local
118 if (cfiLength == 0xffffffff) { in findPCRange()
120 cfiLength = addressSpace.get64(p); in findPCRange()
123 if (cfiLength == 0) in findPCRange()
128 pint_t nextCFI = p + cfiLength; in findPCRange()
148 uint64_t cfiLength = addressSpace.get32(p); in decodeFDE() local
150 if (cfiLength == 0xffffffff) { in decodeFDE()
152 cfiLength = addressSpace.get64(p); in decodeFDE()
155 if (cfiLength == 0) in decodeFDE()
160 pint_t nextCFI = p + cfiLength; in decodeFDE()