Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp50 int dataAlignFactor; member
265 cieInfo->dataAlignFactor = 0; in parseCIE()
298 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
422 * cieInfo.dataAlignFactor; in parseInstructions()
590 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
601 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
616 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
625 * cieInfo.dataAlignFactor; in parseInstructions()
641 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
679 * cieInfo.dataAlignFactor; in parseInstructions()
[all …]