Home
last modified time | relevance | path

Searched refs:function_section (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore-elf.h50 switch_to_section (function_section (DECL)); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore-elf.h50 switch_to_section (function_section (DECL)); \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h536 extern section *function_section (tree);
H A Dvarasm.c659 if (targetm.asm_out.function_section) in function_section_1()
660 section = targetm.asm_out.function_section (decl, freq, in function_section_1()
671 if (targetm.asm_out.function_section) in function_section_1()
672 section = targetm.asm_out.function_section (decl, freq, startup, exit); in function_section_1()
685 function_section (tree decl) in function_section() function
1807 switch_to_section (function_section (decl)); in assemble_start_function()
1927 switch_to_section (function_section (decl)); in assemble_end_function()
1933 switch_to_section (function_section (decl)); /* need to switch back */ in assemble_end_function()
1953 switch_to_section (function_section (decl)); in assemble_end_function()
H A Dasan.c1248 section *fnsec = function_section (current_function_decl); in asan_function_start()
H A Ddwarf2out.c706 switch_to_section (function_section (fde->decl)); in output_fde()
1070 fnsec = function_section (current_function_decl); in dwarf2out_begin_prologue()
27799 section *sec = function_section (fun); in dwarf2out_begin_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h553 extern section *function_section (tree);
H A Dvarasm.cc678 if (targetm.asm_out.function_section) in function_section_1()
679 section = targetm.asm_out.function_section (decl, freq, in function_section_1()
690 if (targetm.asm_out.function_section) in function_section_1()
691 section = targetm.asm_out.function_section (decl, freq, startup, exit); in function_section_1()
704 function_section (tree decl) in function_section() function
1915 switch_to_section (function_section (decl), decl); in assemble_start_function()
2009 switch_to_section (function_section (decl)); in assemble_end_function()
2015 switch_to_section (function_section (decl)); /* need to switch back */ in assemble_end_function()
2035 switch_to_section (function_section (decl)); in assemble_end_function()
H A Dasan.cc1444 section *fnsec = function_section (current_function_decl); in asan_function_start()
H A Ddwarf2out.cc714 switch_to_section (function_section (fde->decl)); in output_fde()
1088 fnsec = function_section (current_function_decl); in dwarf2out_begin_prologue()
28411 section *sec = function_section (fun); in dwarf2out_begin_function()
28739 set_cur_line_info_table (function_section (fde->decl)); in dwarf2out_set_ignored_loc()
H A DChangeLog-20052442 (mergeable_constant_section, function_section): Return a section.
2489 (function_section): Return a section rather than emitting
2492 last_text_section if nonnull, otherwise use function_section.
18540 (assemble_end_function): Add test and call to function_section
21524 (function_section): Change 'bool unlikely' to 'int reloc'; check
24211 (function_section): Revert my patch from April 9.
24626 (function_section): Change 'bool unlikely' to 'int reloc'; check
26675 * dbxout.c (FORCE_TEXT): Replace function_section with
26708 (dwarf2out_begin_block): Change call to function_section into call to
26715 function_section into call to current_function_section.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h753 switch_to_section (function_section (FUNDECL)); \
H A Dxtensa.cc3679 return function_section (current_function_decl); in xtensa_select_rtx_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.h742 switch_to_section (function_section (FUNDECL)); \
H A Dxtensa.c3647 return function_section (current_function_decl); in xtensa_select_rtx_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c1362 switch_to_section (function_section (decl)); in i386_pe_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc1361 switch_to_section (function_section (decl)); in i386_pe_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc3024 switch_to_section (function_section (decl)); in epiphany_start_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c3019 switch_to_section (function_section (decl)); in epiphany_start_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c1768 switch_to_section (function_section (decl)); in msp430_start_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc2292 switch_to_section (function_section (decl)); in msp430_start_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1197 return function_section (decl) == section; in c6x_function_in_section_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1199 return function_section (decl) == section; in c6x_function_in_section_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc10674 return function_section (DECL_CONTEXT (decl)); in pa_function_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c10641 return function_section (DECL_CONTEXT (decl)); in pa_function_section()

12