Searched refs:getSLEB128 (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/lib/libunwind/ |
| D | DwarfParser.hpp | 240 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()
|
| D | DwarfInstructions.hpp | 262 svalue = addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression() 541 svalue = addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression() 547 svalue = addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
|
| D | AddressSpace.hpp | 123 int64_t getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in _Unwind::LocalAddressSpace 186 result = getSLEB128(addr, end); in getEncodedP()
|