Home
last modified time | relevance | path

Searched refs:decl_readonly_section (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h346 extern bool decl_readonly_section (const_tree, int);
H A Dvarasm.c6690 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 Dbuiltins.c10641 return decl_readonly_section (exp, 0); in readonly_data_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h346 extern bool decl_readonly_section (const_tree, int);
H A Dvarasm.cc6968 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 Dbuiltins.cc9858 return decl_readonly_section (exp, 0); in readonly_data_expr()
H A DChangeLog-20079845 * 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 DChangeLog-20028854 (decl_readonly_section): Likewise.
11425 (decl_readonly_section): Declare.
11426 * varasm.c (decl_readonly_section): New.
H A DChangeLog-200432089 decl_readonly_section only on trees it can handle.
40764 argument passed to decl_readonly_section.
H A DChangeLog-200313634 * config/darwin.c (machopic_select_section): Use decl_readonly_section
H A DChangeLog-201137124 (decl_readonly_section): Use it.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c408 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 Dwinnt.cc408 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 Dmcore.c3097 else if (decl_readonly_section (decl, 0)) in mcore_unique_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc3097 else if (decl_readonly_section (decl, 0)) in mcore_unique_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c4086 readonly = decl_readonly_section (decl, reloc); in frv_emit_movsi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc4075 readonly = decl_readonly_section (decl, reloc); in frv_emit_movsi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc21167 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 Drs6000.c20598 if (decl_readonly_section (decl, reloc)) in rs6000_xcoff_select_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c8254 readonly = decl_readonly_section (decl, reloc); in arm_is_segment_info_known()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc8396 readonly = decl_readonly_section (decl, reloc); in arm_is_segment_info_known()