Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DEHHeaderParser.hpp68 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr()
70 addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr()
81 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
83 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
112 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()
DDwarfParser.hpp144 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE()
146 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE()
156 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE()
161 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE()
209 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE()
210 pint_t pcRange = addressSpace.getEncodedP( in findFDE()
223 if (addressSpace.getEncodedP( in findFDE()
228 .getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in findFDE()
317 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE()
393 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
DAddressSpace.hpp112 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,
177 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() function in libunwind::LocalAddressSpace
516 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,