Searched refs:getEncodedP (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/libunwind/src/ |
| H A D | EHHeaderParser.hpp | 83 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr() 87 : addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr() 100 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry() 102 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry() 135 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()
|
| H A D | DwarfParser.hpp | 201 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE() 203 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE() 213 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE() 218 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE() 268 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE() 269 pint_t pcRange = addressSpace.getEncodedP( in findFDE() 282 if (addressSpace.getEncodedP( in findFDE() 287 .getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in findFDE() 381 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE() 467 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseFDEInstructions()
|
| H A D | AddressSpace.hpp | 198 pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, 271 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() function in libunwind::LocalAddressSpace
|