Searched refs:decl_readonly_section (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/gcc/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()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | winnt.c | 541 else if (decl_readonly_section (decl, reloc)) 587 else if (decl && decl_readonly_section (decl, reloc))
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | pe.c | 260 else if (decl_readonly_section (decl, reloc))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | pe.c | 267 else if (decl_readonly_section (decl, reloc))
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | output.h | 456 extern bool decl_readonly_section PARAMS ((tree, int));
|
H A D | varasm.c | 5055 if (decl_readonly_section (decl, reloc)) 5200 decl_readonly_section (decl, reloc) in decl_readonly_section() function
|
H A D | ChangeLog | 3360 * config/darwin.c (machopic_select_section): Use decl_readonly_section 14680 (decl_readonly_section): Likewise. 17133 (decl_readonly_section): Declare. 17134 * varasm.c (decl_readonly_section): New.
|
/openbsd/gnu/gcc/gcc/ |
H A D | output.h | 379 extern bool decl_readonly_section (tree, int);
|
H A D | varasm.c | 5234 else if (decl && decl_readonly_section (decl, reloc)) in default_section_type_flags() 5414 if (decl_readonly_section (decl, reloc)) in default_select_section() 5516 decl_readonly_section (tree decl, int reloc) in decl_readonly_section() function
|
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 | 9318 return decl_readonly_section (exp, 0); in readonly_data_expr()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | darwin.c | 1096 if (decl_readonly_section (exp, reloc))
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin.c | 1121 else if (decl_readonly_section (exp, reloc)) in machopic_select_section()
|
/openbsd/gnu/gcc/gcc/config/mcore/ |
H A D | mcore.c | 3063 else if (decl_readonly_section (decl, 0)) in mcore_unique_section()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/ |
H A D | mcore.c | 3491 else if (decl_readonly_section (decl, 0))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.c | 10635 if (decl_readonly_section (decl, reloc)) 10650 else if (decl_readonly_section (decl, reloc))
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 4122 readonly = decl_readonly_section (decl, reloc); in frv_emit_movsi()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 18554 if (decl_readonly_section (decl, reloc)) in rs6000_xcoff_select_section()
|