Lines Matching refs:dataAlignFactor
39 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()
522 cieInfo.dataAlignFactor; in parseInstructions()