/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore-elf.h | 71 size_directive_output = 0; \ 74 size_directive_output = 1; \ 96 && !size_directive_output) \ 98 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore-elf.h | 71 size_directive_output = 0; \ 74 size_directive_output = 1; \ 96 && !size_directive_output) \ 98 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | openbsd.h | 238 size_directive_output = 0; \ 242 size_directive_output = 1; \ 262 && !size_directive_output) \ 264 size_directive_output = 1; \
|
H A D | elfos.h | 338 size_directive_output = 0; \ 342 size_directive_output = 1; \ 368 && !size_directive_output) \ 370 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | openbsd.h | 238 size_directive_output = 0; \ 242 size_directive_output = 1; \ 262 && !size_directive_output) \ 264 size_directive_output = 1; \
|
H A D | elfos.h | 346 size_directive_output = 0; \ 350 size_directive_output = 1; \ 376 && !size_directive_output) \ 378 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | sol2.h | 177 size_directive_output = 0; \ 181 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | sol2.h | 177 size_directive_output = 0; \ 181 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
H A D | microblaze.h | 793 size_directive_output = 0; \ 796 size_directive_output = 1; \ 812 && !size_directive_output) \ 814 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
H A D | microblaze.h | 793 size_directive_output = 0; \ 796 size_directive_output = 1; \ 812 && !size_directive_output) \ 814 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sol2.h | 372 size_directive_output = 0; \ 376 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sol2.h | 372 size_directive_output = 0; \ 376 size_directive_output = 1; \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | sysv4.h | 66 extern int size_directive_output;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | sysv4.h | 66 extern int size_directive_output;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 339 extern int size_directive_output;
|
H A D | varasm.c | 86 int size_directive_output; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 339 extern int size_directive_output;
|
H A D | varasm.cc | 90 int size_directive_output; variable
|
H A D | ChangeLog-2012 | 20680 last_assemble_variable_decl and size_directive_output.
|
H A D | ChangeLog-2004 | 40255 * output.h (size_directive_output, last_assemble_variable_decl):
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.h | 1529 extern int size_directive_output;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.h | 1529 extern int size_directive_output;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 9872 extern int size_directive_output; 9892 size_directive_output = 0; in mips_declare_object_name() 9897 size_directive_output = 1; in mips_declare_object_name() 9918 && !size_directive_output) in mips_finish_declare_object() 9922 size_directive_output = 1; in mips_finish_declare_object()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 9768 extern int size_directive_output; 9788 size_directive_output = 0; in mips_declare_object_name() 9793 size_directive_output = 1; in mips_declare_object_name() 9814 && !size_directive_output) in mips_finish_declare_object() 9818 size_directive_output = 1; in mips_finish_declare_object()
|