Home
last modified time | relevance | path

Searched refs:section_type_flags (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtarget.h259 unsigned int (* section_type_flags) PARAMS ((tree, const char *, int)); member
H A Dvarasm.c444 flags = (* targetm.section_type_flags) (decl, name, reloc);
H A DChangeLog.615237 section_type_flags, have_named_sections.
15265 (named_section): Use it and targetm.section_type_flags.
/openbsd/gnu/gcc/gcc/
H A Dtarget.h459 unsigned int (* section_type_flags) (tree, const char *, int); member
H A Dvarasm.c459 flags = targetm.section_type_flags (decl, name, reloc); in get_named_section()