Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Doutput.h343 extern bool decl_readonly_section (const_tree, int);
H A Dvarasm.c6559 if (decl_readonly_section (decl, reloc)) in default_select_section()
6695 decl_readonly_section (const_tree decl, int reloc) in decl_readonly_section() function
H A Dbuiltins.c9530 return decl_readonly_section (exp, 0); in readonly_data_expr()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Doutput.h412 extern bool decl_readonly_section (const_tree, int);
H A Dvarasm.c6459 if (decl_readonly_section (decl, reloc)) in default_select_section()
6577 decl_readonly_section (const_tree decl, int reloc) in decl_readonly_section() function
H A Difcvt.c2383 && decl_readonly_section (SYMBOL_REF_DECL (addr), 0)) in noce_mem_write_may_trap_or_fault_p()
H A Dbuiltins.c11536 return decl_readonly_section (exp, 0); in readonly_data_expr()