Searched refs:SECTION_ENTSIZE (Results 1 – 5 of 5) sorted by relevance
374 SECTION_ENTSIZE = (1UL << 8) - 1, /* entity size in section */ enumerator
323 & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE in get_section()6793 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE)) in default_section_type_flags()6906 if (flags & SECTION_ENTSIZE) in default_elf_asm_named_section()6907 fprintf (asm_out_file, ",%d", flags & SECTION_ENTSIZE); in default_elf_asm_named_section()8179 | SECTION_STRINGS | (SECTION_ENTSIZE & 1), NULL); in elf_record_gcc_switches()
11378 SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.11381 (SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.11434 and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
11100 (SECTION_ENTSIZE): Make it (1UL << 8) - 1.
21147 name, suffix[smclass], flags & SECTION_ENTSIZE); in rs6000_xcoff_asm_named_section()21259 return flags | (exact_log2 (align) & SECTION_ENTSIZE); in rs6000_xcoff_section_type_flags()