Home
last modified time | relevance | path

Searched refs:SECTION_ENTSIZE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Doutput.h374 SECTION_ENTSIZE = (1UL << 8) - 1, /* entity size in section */ enumerator
Dvarasm.cc323 & (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()
DChangeLog-200111378 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.
DChangeLog-202111100 (SECTION_ENTSIZE): Make it (1UL << 8) - 1.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc21147 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()