Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp208 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE() local
209 pint_t endOfAug = p + augLen; in decodeFDE()
277 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in findFDE() local
278 pint_t endOfAug = p + augLen; in findFDE()