OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_cfa
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/sparc/
linux-unwind.h
41
long
this_cfa
= (long) context->cfa;
local
54
new_cfa = *(long *)(
this_cfa
+ regs_off + (14 * 8));
57
fpu_save = *(long *)(
this_cfa
+ fpu_save_off);
60
fs->regs.cfa_offset = new_cfa -
this_cfa
;
70
=
this_cfa
+ regs_off + (i * 8) - new_cfa;
76
=
this_cfa
+ (i * 8) - new_cfa;
94
ra_location =
this_cfa
+ regs_off + 17 * 8;
95
shifted_ra_location =
this_cfa
+ regs_off + 19 * 8; /* Y register */
141
int
this_cfa
= (int) context->cfa;
local
168
new_cfa = *(int *)(
this_cfa
+ regs_off + (4 * 4) + (14 * 4))
[
all
...]
sol2-unwind.h
161
void *
this_cfa
= context->cfa;
local
183
if (IS_SIGHANDLER (pc,
this_cfa
, &nframes))
185
struct frame *fp = (struct frame *)
this_cfa
;
192
/*
this_cfa
points into the frame after the saved frame pointer and
213
fs->regs.cfa_offset = new_cfa - (long)
this_cfa
+ STACK_BIAS;
/src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
linux-unwind.h
41
long
this_cfa
= (long) context->cfa;
local
54
new_cfa = *(long *)(
this_cfa
+ regs_off + (14 * 8));
57
fpu_save = *(long *)(
this_cfa
+ fpu_save_off);
60
fs->regs.cfa_offset = new_cfa -
this_cfa
;
70
=
this_cfa
+ regs_off + (i * 8) - new_cfa;
76
=
this_cfa
+ (i * 8) - new_cfa;
94
ra_location =
this_cfa
+ regs_off + 17 * 8;
95
shifted_ra_location =
this_cfa
+ regs_off + 19 * 8; /* Y register */
141
int
this_cfa
= (int) context->cfa;
local
168
new_cfa = *(int *)(
this_cfa
+ regs_off + (4 * 4) + (14 * 4))
[
all
...]
sol2-unwind.h
161
void *
this_cfa
= context->cfa;
local
183
if (IS_SIGHANDLER (pc,
this_cfa
, &nframes))
185
struct frame *fp = (struct frame *)
this_cfa
;
192
/*
this_cfa
points into the frame after the saved frame pointer and
213
fs->regs.cfa_offset = new_cfa - (long)
this_cfa
+ STACK_BIAS;
/src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc
2740
dw_cfa_location
this_cfa
;
2753
this_cfa
= cur_row->cfa;
2754
cur_cfa = &
this_cfa
;
2763
this_cfa
.offset = INCOMING_FRAME_SP_OFFSET;
2764
def_cfa_1 (&
this_cfa
);
2836
cur_row->cfa =
this_cfa
;
2838
cur_cfa = &
this_cfa
;
2850
def_cfa_1 (&
this_cfa
);
2902
def_cfa_1 (&
this_cfa
);
2737
dw_cfa_location
this_cfa
;
local
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc
2735
dw_cfa_location
this_cfa
;
2748
this_cfa
= cur_row->cfa;
2749
cur_cfa = &
this_cfa
;
2758
this_cfa
.offset = INCOMING_FRAME_SP_OFFSET;
2759
def_cfa_1 (&
this_cfa
);
2831
cur_row->cfa =
this_cfa
;
2833
cur_cfa = &
this_cfa
;
2845
def_cfa_1 (&
this_cfa
);
2897
def_cfa_1 (&
this_cfa
);
2732
dw_cfa_location
this_cfa
;
local
Completed in 17 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026