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

  /external/libunwind/src/ppc64/
Ginit.c 61 unsigned gregs_idx; local
66 gregs_idx = NIP_IDX;
69 gregs_idx = CTR_IDX;
72 gregs_idx = LINK_IDX;
75 gregs_idx = XER_IDX;
78 gregs_idx = CCR_IDX;
83 addr = &uc->uc_mcontext.gp_regs[gregs_idx];
  /external/libunwind/src/ppc32/
Ginit.c 60 unsigned gregs_idx; local
65 gregs_idx = CTR_IDX;
68 gregs_idx = LINK_IDX;
71 gregs_idx = XER_IDX;
74 gregs_idx = CCR_IDX;
79 addr = &uc->uc_mcontext.uc_regs->gregs[gregs_idx];

Completed in 512 milliseconds