Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libunwind/src/
HDDwarfParser.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()
HDRegisters.hpp3601 case UNW_SPARC_L0: in getRegisterName()
3786 case UNW_SPARC_L0: in getRegisterName()
/freebsd-head/contrib/llvm-project/libunwind/include/
HDlibunwind.h904 UNW_SPARC_L0 = 16, enumerator