Searched refs:getEncodedP (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | EHHeaderParser.hpp | 69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr() 73 : addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr() 86 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry() 88 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry() 121 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()
|
D | DwarfParser.hpp | 190 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 192 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 202 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE() 207 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE() 257 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 258 pint_t pcRange = addressSpace.getEncodedP( in findFDE() 271 if (addressSpace.getEncodedP( in findFDE() 276 .getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in findFDE() 369 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE() 452 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
|
D | AddressSpace.hpp | 187 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, 260 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() function in libunwind::LocalAddressSpace
|