Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp133 uint32_t ciePointer = addressSpace.get32(p); in decodeFDE() local
134 if (ciePointer == 0) in decodeFDE()
137 pint_t cieStart = p - ciePointer; in decodeFDE()
201 uint32_t ciePointer = addressSpace.get32(p); in findFDE() local
202 pint_t cieStart = p - ciePointer; in findFDE()