Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
DDwarfParser.hpp240 cieInfo->dataAlignFactor = addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
442 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
449 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
457 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
474 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
DDwarfInstructions.hpp262 svalue = addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
541 svalue = addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
547 svalue = addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
DAddressSpace.hpp123 int64_t getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in _Unwind::LocalAddressSpace
186 result = getSLEB128(addr, end); in getEncodedP()