OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_cfa
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
unwind-dw2.c
1453
void *
target_cfa
;
1455
target_cfa
= _Unwind_GetPtr (target, __builtin_dwarf_sp_column ());
1459
return
target_cfa
- current->cfa + target->args_size;
1461
return current->cfa -
target_cfa
- target->args_size;
1445
void *
target_cfa
;
local
/src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c
1643
void *
target_cfa
;
1645
target_cfa
= _Unwind_GetPtr (target, __builtin_dwarf_sp_column ());
1649
return
target_cfa
- current->cfa + target->args_size;
1651
return current->cfa -
target_cfa
- target->args_size;
1635
void *
target_cfa
;
local
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2.c
1710
void *
target_cfa
;
1712
target_cfa
= _Unwind_GetPtr (target, __builtin_dwarf_sp_column ());
1716
return
target_cfa
- current->cfa + target->args_size;
1718
return current->cfa -
target_cfa
- target->args_size;
1702
void *
target_cfa
;
local
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026