Searched refs:instructionsEnd (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/lib/libunwind/ |
| D | DwarfParser.hpp | 307 pint_t instructionsEnd, in parseInstructions() argument 316 while (p < instructionsEnd && codeOffset < pcoffset) { in parseInstructions() 329 codeOffset = addressSpace.getEncodedP(p, instructionsEnd, in parseInstructions() 345 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions() 347 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions() 354 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions() 360 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions() 366 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions() 375 reg = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions() 376 reg2 = R::dwarf2regno(addressSpace.getULEB128(p, instructionsEnd)); in parseInstructions() [all …]
|