HomeSort by: relevance | last modified time | path
    Searched defs:ra_location (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
linux-unwind.h 42 long new_cfa, ra_location, shifted_ra_location; local
94 ra_location = this_cfa + regs_off + 17 * 8;
96 *(long *)shifted_ra_location = *(long *)ra_location - 8;
142 int new_cfa, ra_location, shifted_ra_location; local
204 ra_location = this_cfa + regs_off + 4;
206 *(int *)shifted_ra_location = *(int *)ra_location - 8;
sol2-unwind.h 164 void *ra_location, *shifted_ra_location; local
264 ra_location = &mctx->gregs[REG_PC];
266 *(void **)shifted_ra_location = *(void **)ra_location - 8;
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
linux-unwind.h 42 long new_cfa, ra_location, shifted_ra_location; local
94 ra_location = this_cfa + regs_off + 17 * 8;
96 *(long *)shifted_ra_location = *(long *)ra_location - 8;
142 int new_cfa, ra_location, shifted_ra_location; local
204 ra_location = this_cfa + regs_off + 4;
206 *(int *)shifted_ra_location = *(int *)ra_location - 8;
sol2-unwind.h 164 void *ra_location, *shifted_ra_location; local
264 ra_location = &mctx->gregs[REG_PC];
266 *(void **)shifted_ra_location = *(void **)ra_location - 8;

Completed in 24 milliseconds