Home
last modified time | relevance | path

Searched refs:get_named_section (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/config/arm/
HDunknown-elf.h61 switch_to_section (get_named_section (DECL, NULL, 0)); \
78 switch_to_section (get_named_section (DECL, NULL, 0)); \
/trueos/contrib/gcc/
HDvarasm.c416 return get_named_section (NULL, cfun->unlikely_text_section_name, 0); in unlikely_text_section()
419 return get_named_section (NULL, UNLIKELY_EXECUTED_TEXT_SECTION_NAME, 0); in unlikely_text_section()
451 get_named_section (tree decl, const char *name, int reloc) in get_named_section() function
544 return get_named_section (decl, NULL, 0); in hot_function_section()
567 : get_named_section (decl, NULL, 0); in function_section()
582 : get_named_section (current_function_decl, in current_function_section()
903 return get_named_section (decl, NULL, reloc); in get_variable_section()
2768 return get_named_section (exp, NULL, compute_reloc_for_constant (exp)); in get_constant_section()
5594 return get_named_section (decl, sname, reloc); in default_elf_select_section()
5736 return get_named_section (NULL, ".data.rel.ro.local", 1); in default_elf_select_rtx_section()
[all …]
HDoutput.h557 extern section *get_named_section (tree, const char *, int);
HDvmsdbgout.c1706 switch_to_section (get_named_section (NULL, ".vmsdebug", 0)); in vmsdbgout_finish()
HDChangeLog-20051507 DECL_P, call get_section rather than get_named_section. Supply
2116 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use get_named_section and
2188 get_named_section.
2201 rather than emitting assembly code. Use get_named_section.
2203 get_named_section.
2226 and get_named_section.
2249 (mips_output_aligned_bss): Use switch_to_section and get_named_section.
2252 assembly code. Use get_named_section.
2441 (get_unnamed_section, get_section, get_named_section): New functions.
2487 (get_named_section): New function.
[all …]
/trueos/contrib/gcc/config/mips/
HDmips.c5946 switch_to_section (get_named_section (NULL, ".sbss", 0)); in mips_output_aligned_bss()
7310 return get_named_section (NULL, ".sdata", 0); in mips_select_rtx_section()
7312 return get_named_section (NULL, ".data.rel.ro", 3); in mips_select_rtx_section()
/trueos/contrib/gcc/config/i386/
HDi386.c2400 return get_named_section (decl, sname, reloc); in x86_64_elf_select_section()
2503 switch_to_section (get_named_section (decl, ".lbss", 0)); in x86_output_aligned_bss()
5219 switch_to_section (get_named_section (decl, NULL, 0)); in ix86_file_end()