HomeSort by relevance Sort by last modified time
    Searched refs:UNW_PPC64_R0 (Results 1 - 8 of 8) sorted by null

  /external/libunwind/src/ppc64/
regname.c 32 [UNW_PPC64_R0]="GPR0",
Gglobal.c 38 [UNW_PPC64_R0]=UNW_PPC64_R0,
Ginit.c 50 if ((unsigned) (reg - UNW_PPC64_R0) < 32)
51 addr = &uc->uc_mcontext.gp_regs[reg - UNW_PPC64_R0];
init.h 36 for (i = UNW_PPC64_R0; i <= UNW_PPC64_R31; i++) {
Gstep.c 163 c->dwarf.loc[UNW_PPC64_R0] =
  /external/libunwind/include/
libunwind-ppc64.h 86 UNW_PPC64_R0,
  /external/libunwind_llvm/include/
libunwind.h 306 UNW_PPC64_R0 = 0,
  /external/libunwind_llvm/src/
Registers.hpp 1241 if (regNum >= UNW_PPC64_R0 && regNum <= UNW_PPC64_R31)
1253 case UNW_PPC64_R0:
    [all...]

Completed in 73 milliseconds