Home
last modified time | relevance | path

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

/minix3/sys/lib/libunwind/
H A DDwarfParser.hpp39 int dataAlignFactor; member
207 cieInfo->dataAlignFactor = 0; in parseCIE()
240 cieInfo->dataAlignFactor = addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
347 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
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()
463 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
474 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
510 addressSpace.getULEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
[all …]