| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | unknown-elf.h | 60 named_section (DECL, NULL, 0); \ 79 named_section (DECL, NULL, 0); \
|
| H A D | pe.h | 230 case in_named: named_section (decl, NULL, 0); break; \
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | output.h | 471 struct named_section GTY(()) { 524 struct named_section GTY ((tag ("SECTION_NAMED"))) named;
|
| H A D | target.h | 142 void (* named_section) (const char *name, unsigned int flags, tree decl); member
|
| H A D | varasm.c | 294 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 D | varasm.c | 414 (*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 D | target.h | 93 void (* named_section) PARAMS ((const char *, unsigned int)); member
|
| H A D | output.h | 216 extern void named_section PARAMS ((tree, const char *, int));
|
| H A D | vmsdbgout.c | 1743 named_section (NULL_TREE, ".vmsdebug", 0);
|
| H A D | FSFChangeLog.11 | 2813 * 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 D | ChangeLog.6 | 13751 * 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 D | ChangeLog.1 | 2970 * 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 D | ChangeLog.3 | 9411 * varasm.c (named_section): Likewise. 16522 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section(). 16524 named_section().
|
| H A D | ChangeLog.4 | 3511 varasm.c (named_section, assemble_static_space, 10819 * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
|
| H A D | ChangeLog.0 | 12082 * dwarf2out.c (output_call_frame_info): Call named_section.
|
| H A D | ChangeLog.2 | 8294 * varasm.c (named_section): Use ggc_alloc_string.
|
| H A D | ChangeLog.7 | 18352 * varasm.c (named_section): Obey SECTION_OVERRIDE.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | cygwin.h | 231 case in_named: named_section (decl, NULL, 0); break; \
|
| H A D | i386.c | 4375 named_section (decl, NULL, 0);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/ |
| H A D | mcore.h | 1085 case in_named: named_section (decl, NULL, 0); break; \
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 4115 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 D | mips.c | 8126 named_section (NULL_TREE, ".data.rel.ro", 3);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1995 | 3475 Change calling convention for named_section.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.1 | 3124 Change calling convention for named_section.
|