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.hpp49 int dataAlignFactor; member
264 cieInfo->dataAlignFactor = 0; in parseCIE()
297 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
421 * cieInfo.dataAlignFactor; in parseInstructions()
586 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
596 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
610 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
619 * cieInfo.dataAlignFactor; in parseInstructions()
634 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
672 * cieInfo.dataAlignFactor; in parseInstructions()
[all …]