Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libunwind/
H A DDwarfParser.hpp40 uint8_t pointerEncoding; member
135 pcStart = addressSpace.getEncodedP(p, nextCFI, cieInfo.pointerEncoding, NULL); in findPCRange()
137 p, nextCFI, cieInfo.pointerEncoding & 0x0F, NULL); in findPCRange()
167 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding, ctx); in decodeFDE()
169 p, nextCFI, cieInfo->pointerEncoding & 0x0F, ctx); in decodeFDE()
201 cieInfo->pointerEncoding = 0; in parseCIE()
264 cieInfo->pointerEncoding = addressSpace.get8(p); in parseCIE()
330 cieInfo.pointerEncoding, ctx); in parseInstructions()