OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026