Searched refs:SECTION_DECLARED (Results 1 – 3 of 3) sorted by relevance
410 #define SECTION_DECLARED 0x100000 /* section has been used */ macro
303 if ((sect->common.flags & ~SECTION_DECLARED) != flags in get_section()5321 && (flags & SECTION_DECLARED)) in default_elf_asm_named_section()6025 new_section->common.flags |= SECTION_DECLARED; in switch_to_section()
2434 (SECTION_DECLARED, SECTION_NAMED): New macros.2521 (default_elf_asm_named_section): Use SECTION_DECLARED to detect