Searched refs:decl_readonly_section_1 (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | output.h | 457 extern bool decl_readonly_section_1 PARAMS ((tree, int, int));
|
H A D | varasm.c | 4878 else if (decl && decl_readonly_section_1 (decl, reloc, shlib)) 5204 return decl_readonly_section_1 (decl, reloc, flag_pic); 5208 decl_readonly_section_1 (decl, reloc, shlib) in decl_readonly_section_1() function
|
H A D | ChangeLog | 14072 (rs6000_xcoff_select_section): Use decl_readonly_section_1 to 14586 (decl_readonly_section_1): True for SECCAT_SRODATA also.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 13267 if (decl_readonly_section_1 (decl, reloc, 1))
|