Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1039 return UNW_EINVAL; in stepWithCompactEncoding()
1045 return UNW_EINVAL; in stepWithCompactEncoding()
1059 return UNW_EINVAL; in stepWithCompactEncoding()
1065 return UNW_EINVAL; in stepWithCompactEncoding()
1070 int stepWithCompactEncoding(Registers_loongarch &) { return UNW_EINVAL; } in stepWithCompactEncoding()
1074 int stepWithCompactEncoding(Registers_sparc &) { return UNW_EINVAL; } in stepWithCompactEncoding()
1078 int stepWithCompactEncoding(Registers_sparc64 &) { return UNW_EINVAL; } in stepWithCompactEncoding()
1083 return UNW_EINVAL; in stepWithCompactEncoding()
H A DUnwind-seh.cpp464 return UNW_EINVAL; in __unw_init_seh()
/openbsd/gnu/llvm/libunwind/include/
H A Dlibunwind.h62 UNW_EINVAL = -6547, /* unsupported operation or bad value */ enumerator