Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp139 static int64_t getSLEB128(pint_t &addr, pint_t end);
185 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in libunwind::LocalAddressSpace
238 result = (pint_t)getSLEB128(addr, end); in getEncodedP()
480 int64_t getSLEB128(pint_t &addr, pint_t end);
525 int64_t OtherAddressSpace<P>::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in libunwind::OtherAddressSpace
529 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr + size); in getSLEB128()
DDwarfParser.hpp298 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
590 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
601 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
616 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
641 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
DDwarfInstructions.hpp342 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
692 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
701 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()