Searched refs:ra_location (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dlinux-unwind.h42 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;
H A Dsol2-unwind.h252 void *ra_location, *shifted_ra_location; local
352 ra_location = &mctx->gregs[REG_PC];
354 *(void **)shifted_ra_location = *(void **)ra_location - 8;

Completed in 39 milliseconds