OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avr_need_copy_data_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc
234
bool
avr_need_copy_data_p
= false;
variable
10729
avr_need_copy_data_p
= true;
10816
resp. `
avr_need_copy_data_p
'. If flash is not mapped to RAM then
10853
if (!
avr_need_copy_data_p
)
10854
avr_need_copy_data_p
= (startswith (name, ".data")
10857
if (!
avr_need_copy_data_p
10862
avr_need_copy_data_p
= (startswith (name, ".rodata")
11192
if (
avr_need_copy_data_p
)
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc
237
bool
avr_need_copy_data_p
= false;
variable
11870
avr_need_copy_data_p
= true;
11957
`
avr_need_copy_data_p
' and `avr_has_rodata_p'.
11997
if (!
avr_need_copy_data_p
)
11998
avr_need_copy_data_p
= (startswith (name, ".data")
12333
if (
avr_need_copy_data_p
Completed in 29 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026