Searched refs:SECTION_EXCLUDE (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | output.h | 405 SECTION_EXCLUDE = 1UL << 24, /* discarded by the linker */ enumerator
|
| D | langhooks.cc | 830 section = get_section (name, SECTION_DEBUG | SECTION_EXCLUDE, NULL, true); in lhd_begin_section()
|
| D | dwarf2out.cc | 4196 #define DEBUG_STR_DWO_SECTION_FLAGS (SECTION_DEBUG | SECTION_EXCLUDE) 29237 ? SECTION_EXCLUDE : 0), in output_macinfo() 29282 SECTION_DEBUG | SECTION_EXCLUDE, in init_sections_and_labels() 29285 SECTION_DEBUG | SECTION_EXCLUDE, in init_sections_and_labels() 29292 | SECTION_EXCLUDE, NULL); in init_sections_and_labels() 29298 SECTION_DEBUG | SECTION_EXCLUDE, in init_sections_and_labels() 29301 SECTION_DEBUG | SECTION_EXCLUDE, in init_sections_and_labels() 29305 | SECTION_EXCLUDE, NULL); in init_sections_and_labels() 29308 SECTION_DEBUG | SECTION_EXCLUDE, NULL); in init_sections_and_labels() 29318 SECTION_DEBUG | SECTION_EXCLUDE, NULL); in init_sections_and_labels() [all …]
|
| D | varasm.cc | 6855 if (flags & SECTION_EXCLUDE) in default_elf_asm_named_section()
|
| D | ChangeLog-2011 | 10510 Otherwise we mark section withc SECTION_EXCLUDE flag as never-load. 10524 * output.h (SECTION_EXCLUDE): New macro. 10525 * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE.
|
| D | ChangeLog-2012 | 30974 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use 30975 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
|
| D | ChangeLog-2018 | 22181 SECTION_EXCLUDE. 22183 [HAVE_GAS_SECTION_EXCLUDE]: Handle SECTION_EXCLUDE.
|
| D | ChangeLog-2014 | 14349 * langhooks.c (lhd_begin_section): Set SECTION_EXCLUDE flag. 14350 * varasm.c (default_elf_asm_named_section): Guard SECTION_EXCLUDE with
|
| D | ChangeLog-2015 | 14998 SECTION_EXCLUDE in XO mapping class.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | winnt.cc | 480 if ((flags & SECTION_EXCLUDE) != 0) in i386_pe_asm_named_section() 501 if ((flags & SECTION_EXCLUDE) != 0) in i386_pe_asm_named_section()
|
| D | i386.cc | 22517 if (flags & SECTION_EXCLUDE) in i386_solaris_elf_named_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 10680 if (flags & SECTION_EXCLUDE) in sparc_solaris_elf_asm_named_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 21119 if (flags & SECTION_EXCLUDE) in rs6000_xcoff_asm_named_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 33817 if (flags & SECTION_EXCLUDE) in arm_asm_elf_flags_numeric()
|