Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp970 return UNW_EINVAL; in stepWithCompactEncoding()
976 return UNW_EINVAL; in stepWithCompactEncoding()
990 return UNW_EINVAL; in stepWithCompactEncoding()
996 return UNW_EINVAL; in stepWithCompactEncoding()
1001 int stepWithCompactEncoding(Registers_sparc &) { return UNW_EINVAL; } in stepWithCompactEncoding()
1006 return UNW_EINVAL; in stepWithCompactEncoding()
DUnwind-seh.cpp462 return UNW_EINVAL; in __unw_init_seh()
/external/llvm-project/libunwind/include/
Dlibunwind.h62 UNW_EINVAL = -6547, /* unsupported operation or bad value */ enumerator