Searched refs:section_type_flags (Results 1 – 5 of 5) sorted by relevance
259 unsigned int (* section_type_flags) PARAMS ((tree, const char *, int)); member
444 flags = (* targetm.section_type_flags) (decl, name, reloc);
15237 section_type_flags, have_named_sections.15265 (named_section): Use it and targetm.section_type_flags.
459 unsigned int (* section_type_flags) (tree, const char *, int); member
459 flags = targetm.section_type_flags (decl, name, reloc); in get_named_section()