Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Doutput.h472 struct named_section GTY(()) {
525 struct named_section GTY ((tag ("SECTION_NAMED"))) named;
Dtarget.h142 void (* named_section) (const char *name, unsigned int flags, tree decl); member
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()
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
DChangeLog-20052431 (drectve_section, named_section, mergeable_string_section)
2436 (section_common, named_section, unnamed_section): New structures.
2486 (named_section_real, named_section): Delete.
21523 (named_section): Modify to get/put cold section name in current function
21526 targetm.have_named_sections before calling named_section.
22852 * varasm.c (named_section, default_assemble_integer,
24211 (named_section): Revert my patch from April 9.
24625 (named_section): Modify to get/put cold section name in current function
24628 targetm.have_named_sections before calling named_section.
29508 * varasm.c (named_section_real, named_section, make_decl_rtl,
[all …]
DChangeLog-19973044 * dwarf2out.c (output_call_frame_info): Call named_section.
DChangeLog-19998294 * varasm.c (named_section): Use ggc_alloc_string.
17438 * varasm.c (named_section): Likewise for parameter 'reloc'.
20997 named_section, decode_reg_name, make_decl_rtl, user_label_prefix):
21032 * varasm.c (strip_reg_name, named_section, decode_reg_name,
DChangeLog-20003517 varasm.c (named_section, assemble_static_space,
10825 * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
24677 * varasm.c (named_section): Likewise.
31788 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
31790 named_section().
DChangeLog-20042793 to named_section.
2806 * varasm.c (default_elf_select_section_1): Pass decl to named_section.
12699 * target.h (gcc_target): Adjust type of named_section.
18516 named_section properly.
18518 named_section and to use unlikely_text_section_name.
18519 (named_section): Add code to work properly with cold section.
DChangeLog-200113751 * 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.
DChangeLog-20035562 named_section.
12766 * varasm.c (named_section): Likewise.
14973 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
14993 (mips_select_rtx_section): Call named_section rather than
DChangeLog-200610434 (named_section): Likewise SECTION_NAMED.
DChangeLog-200232799 * varasm.c (named_section): Obey SECTION_OVERRIDE.
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-19953475 Change calling convention for named_section.