OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcall
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc
132
bool
rcall
= (mcu->dev_attribute & AVR_ISA_RCALL);
local
166
rcall_spec =
rcall
? "-mshort-calls" : "%<mshort-calls";
175
arch->name, sp8 ? 8 : 16,
rcall
? ", short-calls" : "");
/src/external/gpl3/gcc/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc
206
bool
rcall
= (mcu->dev_attribute & AVR_ISA_RCALL);
local
246
rcall_spec =
rcall
? "-mshort-calls" : "%<mshort-calls";
262
mi.arch->name, sp8 ? 8 : 16,
rcall
? ", short-calls" : "",
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026