Searched refs:preprocessor (Results 1 – 25 of 114) sorted by relevance
12345
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/ |
D | README | 15 // cpparg <preprocessor options passed via --preprocessor-arg>
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-pj.texi | 45 a logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-epiphany.texi | 60 a logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-mt.texi | 62 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-ip2k.texi | 63 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-xc16x.texi | 74 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-ns32k.texi | 65 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-visium.texi | 65 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-microblaze.texi | 93 preprocessor control command (@pxref{Preprocessing}).
|
D | c-xstormy16.texi | 29 (@pxref{Comments}) or a preprocessor control command
|
D | c-arc.texi | 143 preprocessor control command (@pxref{Preprocessing}). 165 @cindex C preprocessor macro separator, ARC 166 @cindex ARC C preprocessor macro separator 168 preprocessor macro.
|
D | c-rl78.texi | 141 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-cr16.texi | 117 directive (@pxref{Comments}) or a preprocessor control command
|
D | c-m32c.texi | 142 preprocessor control command (@pxref{Preprocessing}).
|
D | c-lm32.texi | 213 number directive (@pxref{Comments}) or a preprocessor
|
D | c-xgate.texi | 93 directive (@pxref{Comments}) or a preprocessor control command
|
D | c-ppc.texi | 224 a logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-tic6x.texi | 98 (@pxref{Comments}) or a preprocessor control command
|
D | c-i860.texi | 190 logical line number directive (@pxref{Comments}) or a preprocessor
|
D | c-sh64.texi | 91 a logical line number directive (@pxref{Comments}) or a preprocessor
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | windres.c | 793 char *preprocessor; in main() local 825 preprocessor = NULL; in main() 886 preprocessor = optarg; in main() 1054 resources = read_rc_file (input_filename, preprocessor, preprocargs, in main()
|
D | ChangeLog-2011 | 632 * windres.c (usage): Add new --preprocessor-arg option. 634 (option long_options): Add preprocessor-arg option. 636 * doc/binutils.texi: Add documentation for --preprocessor-arg 638 * NEWS: Add line about new --preprocessor-arg option for windres.
|
D | resrc.c | 428 read_rc_file (const char *filename, const char *preprocessor, in read_rc_file() argument 477 if (preprocessor) in read_rc_file() 479 cmd = xmalloc (strlen (preprocessor) in read_rc_file() 484 sprintf (cmd, "%s %s %s%s%s", preprocessor, preprocargs, in read_rc_file() 493 preprocessor = DEFAULT_PREPROCESSOR; in read_rc_file() 496 + strlen (preprocessor) in read_rc_file()
|
D | NEWS | 58 * Add --preprocessor-arg option to windres to specify additional options 59 passed to preprocessor.
|
/toolchain/binutils/binutils-2.27/config/ |
D | acx.m4 | 346 # triggers warnings from the preprocessor. Will be in autoconf 2.58. 348 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
|
12345