Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DEHHeaderParser.hpp69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr()
71 addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr()
82 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
84 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
113 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()
DDwarfParser.hpp145 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE()
147 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE()
157 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE()
162 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE()
210 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE()
211 pint_t pcRange = addressSpace.getEncodedP( in findFDE()
224 if (addressSpace.getEncodedP( in findFDE()
229 .getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in findFDE()
318 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE()
394 addressSpace.getEncodedP(p, instructionsEnd, cieInfo.pointerEncoding); in parseInstructions()
DAddressSpace.hpp141 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,
206 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() function in libunwind::LocalAddressSpace
481 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,