OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:warn_after_architecture
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c
88
static enum sparc_opcode_arch_val
warn_after_architecture
;
variable in typeref:enum:sparc_opcode_arch_val
462
warn_after_architecture
= SPARC_OPCODE_ARCH_V6;
1028
warn_after_architecture
= max_architecture;
1041
max_architecture >
warn_after_architecture
;
3226
&& needed_architecture >
warn_after_architecture
)
3232
warn_after_architecture
= needed_architecture;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c
88
static enum sparc_opcode_arch_val
warn_after_architecture
;
variable in typeref:enum:sparc_opcode_arch_val
461
warn_after_architecture
= SPARC_OPCODE_ARCH_V6;
1027
warn_after_architecture
= max_architecture;
1040
max_architecture >
warn_after_architecture
;
3225
&& needed_architecture >
warn_after_architecture
)
3231
warn_after_architecture
= needed_architecture;
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026