Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DDwarfParser.hpp48 int dataAlignFactor; member
266 cieInfo->dataAlignFactor = 0; in parseCIE()
302 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
428 * cieInfo.dataAlignFactor; in parseInstructions()
585 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
595 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
609 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
624 * cieInfo.dataAlignFactor; in parseInstructions()
639 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
675 * cieInfo.dataAlignFactor; in parseInstructions()
[all …]