OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_cfa
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c
391
_Unwind_Word *sp, *cfa, *
next_cfa
;
397
next_cfa
= (_Unwind_Word *) cfa[-3];
408
next_cfa
= (_Unwind_Word *) cfa[-3];
413
/* Find the extra save area below
next_cfa
. */
415
context->reg[i] =
next_cfa
- 4 * (1 + window_size - i);
423
context->cfa =
next_cfa
;
385
_Unwind_Word *sp, *cfa, *
next_cfa
;
local
/src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c
391
_Unwind_Word *sp, *cfa, *
next_cfa
;
397
next_cfa
= (_Unwind_Word *) cfa[-3];
408
next_cfa
= (_Unwind_Word *) cfa[-3];
413
/* Find the extra save area below
next_cfa
. */
415
context->reg[i] =
next_cfa
- 4 * (1 + window_size - i);
423
context->cfa =
next_cfa
;
385
_Unwind_Word *sp, *cfa, *
next_cfa
;
local
/src/external/gpl3/gdb/dist/gdb/
s390-linux-tdep.c
398
CORE_ADDR next_ra,
next_cfa
, sigreg_ptr, sigreg_high_off;
local
410
next_cfa
= this_sp + 16*word_size + 32;
416
if (next_ra ==
next_cfa
)
418
sigreg_ptr =
next_cfa
+ 8 + 128 + align_up (5*word_size, 8);
429
sigreg_ptr = read_memory_unsigned_integer (
next_cfa
+ 8,
/src/external/gpl3/gdb.old/dist/gdb/
s390-linux-tdep.c
398
CORE_ADDR next_ra,
next_cfa
, sigreg_ptr, sigreg_high_off;
local
410
next_cfa
= this_sp + 16*word_size + 32;
416
if (next_ra ==
next_cfa
)
418
sigreg_ptr =
next_cfa
+ 8 + 128 + align_up (5*word_size, 8);
429
sigreg_ptr = read_memory_unsigned_integer (
next_cfa
+ 8,
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
21138
dw_cfa_location last_cfa,
next_cfa
;
21149
memset (&
next_cfa
, 0, sizeof (
next_cfa
));
21150
next_cfa
.reg.set_by_dwreg (INVALID_REGNUM);
21151
remember =
next_cfa
;
21158
lookup_cfa_1 (cfi, &
next_cfa
, &remember);
21160
last_cfa =
next_cfa
;
21181
if (!cfa_equal_p (&last_cfa, &
next_cfa
))
21187
last_cfa =
next_cfa
;
21198
lookup_cfa_1 (cfi, &
next_cfa
, &remember)
21124
dw_cfa_location last_cfa,
next_cfa
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
21041
dw_cfa_location last_cfa,
next_cfa
;
21052
memset (&
next_cfa
, 0, sizeof (
next_cfa
));
21053
next_cfa
.reg.set_by_dwreg (INVALID_REGNUM);
21054
remember =
next_cfa
;
21061
lookup_cfa_1 (cfi, &
next_cfa
, &remember);
21063
last_cfa =
next_cfa
;
21084
if (!cfa_equal_p (&last_cfa, &
next_cfa
))
21090
last_cfa =
next_cfa
;
21101
lookup_cfa_1 (cfi, &
next_cfa
, &remember)
21027
dw_cfa_location last_cfa,
next_cfa
;
local
[
all
...]
Completed in 62 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026