Home
last modified time | relevance | path

Searched refs:named_section (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dunknown-elf.h60 named_section (DECL, NULL, 0); \
79 named_section (DECL, NULL, 0); \
H A Dpe.h230 case in_named: named_section (decl, NULL, 0); break; \
/openbsd-src/gnu/gcc/gcc/
H A Doutput.h471 struct named_section GTY(()) {
524 struct named_section GTY ((tag ("SECTION_NAMED"))) named;
H A Dtarget.h142 void (* named_section) (const char *name, unsigned int flags, tree decl); member
H A Dvarasm.c294 sect = ggc_alloc (sizeof (struct named_section)); in get_section()
6009 targetm.asm_out.named_section (new_section->named.name, in switch_to_section()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c414 (*targetm.asm_out.named_section) (name, flags);
432 named_section (decl, name, reloc) in named_section() function
566 named_section (decl, (char *) 0, 0);
580 named_section (decl, NULL, reloc);
2838 named_section (exp, NULL, reloc);
5264 named_section (NULL_TREE, ".sdata2", reloc);
5270 named_section (NULL_TREE, ".data.rel", reloc);
5273 named_section (NULL_TREE, ".data.rel.local", reloc);
5276 named_section (NULL_TREE, ".data.rel.ro", reloc);
5279 named_section (NULL_TREE, ".data.rel.ro.local", reloc);
[all …]
H A Dtarget.h93 void (* named_section) PARAMS ((const char *, unsigned int)); member
H A Doutput.h216 extern void named_section PARAMS ((tree, const char *, int));
H A Dvmsdbgout.c1743 named_section (NULL_TREE, ".vmsdebug", 0);
H A DFSFChangeLog.112813 * varasm.c (named_section): Set in section after writing directive.
2814 * dwarf2out.c (output_call_frame_info): Call named_section.
5977 * output.h (named_section): Add reloc argument.
5979 * varasm.c (named_section): Add reloc argument, pass it to
5982 (function_section): Pass reloc argument to named_section.
13330 * varasm.c (named_section): Accept any decl.
14087 * varasm.c (named_section): Make a copy of the section name
H A DChangeLog.613751 * target.h (target.asm_out.named_section): Remove align parameter.
13761 (named_section): Do decl vs section flags check here...
15236 * target.h (gcc_target): Add asm_out.named_section,
15265 (named_section): Use it and targetm.section_type_flags.
H A DChangeLog.12970 * varasm.c (named_section): Likewise for parameter 'reloc'.
6529 named_section, decode_reg_name, make_decl_rtl, user_label_prefix):
6564 * varasm.c (strip_reg_name, named_section, decode_reg_name,
H A DChangeLog.39411 * varasm.c (named_section): Likewise.
16522 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
16524 named_section().
H A DChangeLog.43511 varasm.c (named_section, assemble_static_space,
10819 * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
H A DChangeLog.012082 * dwarf2out.c (output_call_frame_info): Call named_section.
H A DChangeLog.28294 * varasm.c (named_section): Use ggc_alloc_string.
H A DChangeLog.718352 * varasm.c (named_section): Obey SECTION_OVERRIDE.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dcygwin.h231 case in_named: named_section (decl, NULL, 0); break; \
H A Di386.c4375 named_section (decl, NULL, 0);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h1085 case in_named: named_section (decl, NULL, 0); break; \
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.c4115 bool named_section, readonly; in frv_emit_movsi() local
4120 named_section = TREE_CODE (decl) == VAR_DECL in frv_emit_movsi()
4124 if (named_section) in frv_emit_movsi()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c8126 named_section (NULL_TREE, ".data.rel.ro", 3);
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19953475 Change calling convention for named_section.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.13124 Change calling convention for named_section.