Home
last modified time | relevance | path

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

/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp83 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 DDwarfParser.hpp205 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in decodeFDE()
207 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding & 0x0F); in decodeFDE()
217 if (addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding & 0x0F) != in decodeFDE()
222 addressSpace.getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in decodeFDE()
272 addressSpace.getEncodedP(p, nextCFI, cieInfo->pointerEncoding); in findFDE()
273 pint_t pcRange = addressSpace.getEncodedP( in findFDE()
286 if (addressSpace.getEncodedP( in findFDE()
291 .getEncodedP(p, nextCFI, cieInfo->lsdaEncoding); in findFDE()
385 .getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding); in parseCIE()
471 codeOffset = addressSpace.getEncodedP( in parseFDEInstructions()
[all...]
H A DAddressSpace.hpp198 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