Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp164 return UNW_EBADREG; in unw_get_reg()
183 return UNW_EBADREG; in unw_set_reg()
197 return UNW_EBADREG; in unw_get_fpreg()
214 return UNW_EBADREG; in unw_set_fpreg()
DDwarfInstructions.hpp194 return UNW_EBADREG; in stepWithDwarf()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h44 UNW_EBADREG = -6542, /* bad register number */ enumerator