Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfInstructions.hpp36 typedef typename A::sint_t sint_t; typedef in libunwind::DwarfInstructions
69 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA()
239 sint_t svalue, svalue2; in evaluateExpression()
342 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
409 svalue = (sint_t)*sp; in evaluateExpression()
424 svalue = (sint_t)(*sp--); in evaluateExpression()
425 svalue2 = (sint_t)*sp; in evaluateExpression()
439 svalue = (sint_t)(*sp--); in evaluateExpression()
440 svalue2 = (sint_t)*sp; in evaluateExpression()
447 svalue = (sint_t)(*sp--); in evaluateExpression()
[all …]
DAddressSpace.hpp102 typedef int64_t sint_t; typedef in libunwind::LocalAddressSpace
105 typedef int32_t sint_t;