Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/projects/libunwind/src/
HDDwarfParser.hpp150 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE() local
151 pint_t endOfAug = p + augLen; in decodeFDE()
217 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in findFDE() local
218 pint_t endOfAug = p + augLen; in findFDE()