Home
last modified time | relevance | path

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

/netbsd/sys/lib/libunwind/
H A DRegisters.hpp146 DWARF_PPC32_R0 = 0, enumerator
187 if (num >= DWARF_PPC32_R0 && num <= DWARF_PPC32_R31) in dwarf2regno()
188 return REGNO_PPC32_R0 + (num - DWARF_PPC32_R0); in dwarf2regno()