Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp769 for (reg = UNW_SPARC_L0; reg <= UNW_SPARC_I7; reg++) { in parseFDEInstructions()
771 ((int64_t)reg - UNW_SPARC_L0) * 4, in parseFDEInstructions()
783 for (reg = UNW_SPARC_L0; reg <= UNW_SPARC_I7; reg++) { in parseFDEInstructions()
787 static_cast<int64_t>((reg - UNW_SPARC_L0) * sizeof(pint_t)), in parseFDEInstructions()
792 static_cast<int64_t>((reg - UNW_SPARC_L0) * sizeof(pint_t)), in parseFDEInstructions()
H A DRegisters.hpp3594 case UNW_SPARC_L0: in getRegisterName()
3779 case UNW_SPARC_L0: in getRegisterName()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h904 UNW_SPARC_L0 = 16, enumerator