OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shifted_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
95
shifted_ra_location
= this_cfa + regs_off + 19 * 8; /* Y register */
96
*(long *)
shifted_ra_location
= *(long *)ra_location - 8;
99
fs->regs.reg[0].loc.offset =
shifted_ra_location
- new_cfa;
142
int new_cfa, ra_location,
shifted_ra_location
;
local
205
shifted_ra_location
= this_cfa + regs_off + 3 * 4; /* Y register */
206
*(int *)
shifted_ra_location
= *(int *)ra_location - 8;
209
fs->regs.reg[0].loc.offset =
shifted_ra_location
- new_cfa;
sol2-unwind.h
164
void *ra_location, *
shifted_ra_location
;
local
265
shifted_ra_location
= &mctx->gregs[REG_Y];
266
*(void **)
shifted_ra_location
= *(void **)ra_location - 8;
269
fs->regs.reg[0].loc.offset = (long)
shifted_ra_location
- new_cfa;
/src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
linux-unwind.h
42
long new_cfa, ra_location,
shifted_ra_location
;
local
95
shifted_ra_location
= this_cfa + regs_off + 19 * 8; /* Y register */
96
*(long *)
shifted_ra_location
= *(long *)ra_location - 8;
99
fs->regs.reg[0].loc.offset =
shifted_ra_location
- new_cfa;
142
int new_cfa, ra_location,
shifted_ra_location
;
local
205
shifted_ra_location
= this_cfa + regs_off + 3 * 4; /* Y register */
206
*(int *)
shifted_ra_location
= *(int *)ra_location - 8;
209
fs->regs.reg[0].loc.offset =
shifted_ra_location
- new_cfa;
sol2-unwind.h
164
void *ra_location, *
shifted_ra_location
;
local
265
shifted_ra_location
= &mctx->gregs[REG_Y];
266
*(void **)
shifted_ra_location
= *(void **)ra_location - 8;
269
fs->regs.reg[0].loc.offset = (long)
shifted_ra_location
- new_cfa;
Completed in 14 milliseconds
Indexes created Wed Apr 01 00:32:07 UTC 2026