HomeSort by: relevance | last modified time | path
    Searched defs:pointerEncoding (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libunwind/
DwarfParser.hpp 40 uint8_t pointerEncoding;
135 pcStart = addressSpace.getEncodedP(p, nextCFI, cieInfo.pointerEncoding, NULL);
137 p, nextCFI, cieInfo.pointerEncoding & 0x0F, NULL);
167 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding, ctx);
169 p, nextCFI, cieInfo->pointerEncoding & 0x0F, ctx);
201 cieInfo->pointerEncoding = 0;
264 cieInfo->pointerEncoding = addressSpace.get8(p);
330 cieInfo.pointerEncoding, ctx);

Completed in 41 milliseconds