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

  /src/sys/lib/libunwind/
DwarfParser.hpp 128 pint_t nextCFI = p + cfiLength;
135 pcStart = addressSpace.getEncodedP(p, nextCFI, cieInfo.pointerEncoding, NULL);
137 p, nextCFI, cieInfo.pointerEncoding & 0x0F, NULL);
160 pint_t nextCFI = p + cfiLength;
167 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding, ctx);
169 p, nextCFI, cieInfo->pointerEncoding & 0x0F, ctx);
174 uintptr_t augLen = addressSpace.getULEB128(p, nextCFI);
179 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F,
184 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding, ctx);
190 fdeInfo->fdeLength = nextCFI - fdeStart
    [all...]
DwarfParser.hpp 128 pint_t nextCFI = p + cfiLength;
135 pcStart = addressSpace.getEncodedP(p, nextCFI, cieInfo.pointerEncoding, NULL);
137 p, nextCFI, cieInfo.pointerEncoding & 0x0F, NULL);
160 pint_t nextCFI = p + cfiLength;
167 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding, ctx);
169 p, nextCFI, cieInfo->pointerEncoding & 0x0F, ctx);
174 uintptr_t augLen = addressSpace.getULEB128(p, nextCFI);
179 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F,
184 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding, ctx);
190 fdeInfo->fdeLength = nextCFI - fdeStart
    [all...]

Completed in 23 milliseconds