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

  /external/libunwind/src/ppc64/
Gregs.c 63 (((unsigned) (reg - UNW_PPC64_V0)) <= 31))
89 if ((unsigned) (reg - UNW_PPC64_V0) < 32)
Ginit.c 56 else if ((unsigned) (reg - UNW_PPC64_V0) < 32)
57 addr = (uc->uc_mcontext.v_regs == 0) ? NULL : &uc->uc_mcontext.v_regs->vrregs[reg - UNW_PPC64_V0][0];
169 if (UNW_PPC64_V0 <= reg && reg <= UNW_PPC64_V31)
203 if ((unsigned) (reg - UNW_PPC64_V0) >= 32)
regname.c 113 [UNW_PPC64_V0]="VR0",
Gglobal.c 119 [UNW_PPC64_V0]=UNW_PPC64_V0,
init.h 42 for (i = UNW_PPC64_V0; i <= UNW_PPC64_V31; i++) {
Gstep.c 326 c->dwarf.loc[UNW_PPC64_V0] =
397 c->dwarf.loc[UNW_PPC64_V0] = DWARF_NULL_LOC;
  /external/libunwind/include/
libunwind-ppc64.h 174 UNW_PPC64_V0 = 77,

Completed in 34 milliseconds