Searched refs:pointerEncoding (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | DwarfParser.hpp | 43 uint8_t pointerEncoding; member 147 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 149 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 212 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 214 p, nextCFI, cieInfo->pointerEncoding & 0x0F); in findFDE() 261 cieInfo->pointerEncoding = 0; in parseCIE() 330 cieInfo->pointerEncoding = addressSpace.get8(p); in parseCIE() 405 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
|