Searched refs:UNW_SPARC_L0 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DDwarfParser.hpp770 for (reg = UNW_SPARC_L0; reg <= UNW_SPARC_I7; reg++) {
772 ((int64_t)reg - UNW_SPARC_L0) * 4,
784 for (reg = UNW_SPARC_L0; reg <= UNW_SPARC_I7; reg++) {
788 static_cast<int64_t>((reg - UNW_SPARC_L0) * sizeof(pint_t)),
793 static_cast<int64_t>((reg - UNW_SPARC_L0) * sizeof(pint_t)),
H A DRegisters.hpp3578 case UNW_SPARC_L0:
3763 case UNW_SPARC_L0:
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h901 UNW_SPARC_L0 = 16, enumerator in enum:__anon283

Completed in 81 milliseconds