Searched refs:decl_readonly_section (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | winnt.c | 501 else if (decl_readonly_section (decl, reloc)) in i386_pe_unique_section() 544 else if (decl && decl_readonly_section (decl, reloc)) in i386_pe_section_type_flags()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | pe.c | 260 else if (decl_readonly_section (decl, reloc))
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | output.h | 380 extern bool decl_readonly_section (tree, int);
|
| H A D | varasm.c | 5235 else if (decl && decl_readonly_section (decl, reloc)) in default_section_type_flags() 5415 if (decl_readonly_section (decl, reloc)) in default_select_section() 5517 decl_readonly_section (tree decl, int reloc) in decl_readonly_section() function
|
| H A D | ChangeLog | 1031 (machopic_select_section): Use decl_readonly_section. 1315 (decl_readonly_section): ... here. 1342 (rs6000_xcoff_select_section): Use decl_readonly_section.
|
| H A D | ifcvt.c | 2157 && decl_readonly_section (SYMBOL_REF_DECL (addr), 0)) in noce_mem_write_may_trap_or_fault_p()
|
| H A D | builtins.c | 9393 return decl_readonly_section (exp, 0); in readonly_data_expr()
|
| H A D | ChangeLog-2002 | 8854 (decl_readonly_section): Likewise. 11425 (decl_readonly_section): Declare. 11426 * varasm.c (decl_readonly_section): New.
|
| H A D | ChangeLog-2004 | 32089 decl_readonly_section only on trees it can handle. 40764 argument passed to decl_readonly_section.
|
| H A D | ChangeLog-2003 | 13634 * config/darwin.c (machopic_select_section): Use decl_readonly_section
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.c | 1121 else if (decl_readonly_section (exp, reloc)) in machopic_select_section()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 18610 if (decl_readonly_section (decl, reloc)) in rs6000_xcoff_select_section()
|