Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DDwarfParser.hpp179 uint32_t ciePointer = addressSpace.get32(p); in decodeFDE() local
180 if (ciePointer == 0) in decodeFDE()
183 pint_t cieStart = p - ciePointer; in decodeFDE()
249 uint32_t ciePointer = addressSpace.get32(p); in findFDE() local
250 pint_t cieStart = p - ciePointer; in findFDE()