Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c117 static bool decl_readonly_section_1 (enum section_category);
6466 if (decl_readonly_section_1 (category)) in default_section_type_flags()
6810 decl_readonly_section_1 (enum section_category category) in decl_readonly_section_1() function
6828 return decl_readonly_section_1 (categorize_decl_for_section (decl, reloc)); in decl_readonly_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc121 static bool decl_readonly_section_1 (enum section_category);
6728 if (decl_readonly_section_1 (category)) in default_section_type_flags()
7088 decl_readonly_section_1 (enum section_category category) in decl_readonly_section_1() function
7106 return decl_readonly_section_1 (categorize_decl_for_section (decl, reloc)); in decl_readonly_section()
H A DChangeLog-20028163 (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
8741 (decl_readonly_section_1): True for SECCAT_SRODATA also.
H A DChangeLog-200726102 (decl_readonly_section_1): Merge into...
H A DChangeLog-201137123 (decl_readonly_section_1): New function.