/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 346 extern bool decl_readonly_section (const_tree, int);
|
H A D | varasm.c | 6690 if (decl_readonly_section (decl, reloc)) in default_select_section() 6826 decl_readonly_section (const_tree decl, int reloc) in decl_readonly_section() function
|
H A D | builtins.c | 10641 return decl_readonly_section (exp, 0); in readonly_data_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 346 extern bool decl_readonly_section (const_tree, int);
|
H A D | varasm.cc | 6968 if (decl_readonly_section (decl, reloc)) in default_select_section() 7104 decl_readonly_section (const_tree decl, int reloc) in decl_readonly_section() function
|
H A D | builtins.cc | 9858 return decl_readonly_section (exp, 0); in readonly_data_expr()
|
H A D | ChangeLog-2007 | 9845 * output.h (decl_readonly_section, categorize_decl_for_section, 9881 categorize_decl_for_section, decl_readonly_section, 26103 (decl_readonly_section): ... here. 26130 (rs6000_xcoff_select_section): Use decl_readonly_section.
|
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
|
H A D | ChangeLog-2011 | 37124 (decl_readonly_section): Use it.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | winnt.c | 408 else if (decl_readonly_section (decl, reloc)) in i386_pe_unique_section() 456 else if (decl && decl_readonly_section (decl, reloc)) in i386_pe_section_type_flags()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | winnt.cc | 408 else if (decl_readonly_section (decl, reloc)) in i386_pe_unique_section() 456 else if (decl && decl_readonly_section (decl, reloc)) in i386_pe_section_type_flags()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore.c | 3097 else if (decl_readonly_section (decl, 0)) in mcore_unique_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore.cc | 3097 else if (decl_readonly_section (decl, 0)) in mcore_unique_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.c | 4086 readonly = decl_readonly_section (decl, reloc); in frv_emit_movsi()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.cc | 4075 readonly = decl_readonly_section (decl, reloc); in frv_emit_movsi()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 21167 if (decl_readonly_section (decl, reloc)) in rs6000_xcoff_select_section() 21679 if (decl_readonly_section (decl, compute_reloc_for_var (decl))) in rs6000_xcoff_encode_section_info()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 20598 if (decl_readonly_section (decl, reloc)) in rs6000_xcoff_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 8254 readonly = decl_readonly_section (decl, reloc); in arm_is_segment_info_known()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 8396 readonly = decl_readonly_section (decl, reloc); in arm_is_segment_info_known()
|