Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp152 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE() local
153 pint_t endOfAug = p + augLen; in decodeFDE()
219 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in findFDE() local
220 pint_t endOfAug = p + augLen; in findFDE()