OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asm_spec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcc.cc
587
%a process
ASM_SPEC
as a spec.
705
/* config.h can define
ASM_SPEC
to provide extra args to the assembler
707
#ifndef
ASM_SPEC
708
#define
ASM_SPEC
""
1213
static const char *
asm_spec
=
ASM_SPEC
;
1713
INIT_STATIC_SPEC ("asm", &
asm_spec
),
1986
/* Prepend "--traditional-format" to whatever
asm_spec
we had before. */
1990
obstack_grow0 (&obstack,
asm_spec
, strlen (
asm_spec
));
1209
static const char *
asm_spec
= ASM_SPEC;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcc.cc
573
%a process
ASM_SPEC
as a spec.
690
/* config.h can define
ASM_SPEC
to provide extra args to the assembler
692
#ifndef
ASM_SPEC
693
#define
ASM_SPEC
""
1210
static const char *
asm_spec
=
ASM_SPEC
;
1703
INIT_STATIC_SPEC ("asm", &
asm_spec
),
1975
/* Prepend "--traditional-format" to whatever
asm_spec
we had before. */
1979
obstack_grow0 (&obstack,
asm_spec
, strlen (
asm_spec
));
1206
static const char *
asm_spec
= ASM_SPEC;
variable
[
all
...]
Completed in 36 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026