/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore-elf.h | 50 switch_to_section (function_section (DECL)); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore-elf.h | 50 switch_to_section (function_section (DECL)); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 536 extern section *function_section (tree);
|
H A D | varasm.c | 659 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 D | asan.c | 1248 section *fnsec = function_section (current_function_decl); in asan_function_start()
|
H A D | dwarf2out.c | 706 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 D | output.h | 553 extern section *function_section (tree);
|
H A D | varasm.cc | 678 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 D | asan.cc | 1444 section *fnsec = function_section (current_function_decl); in asan_function_start()
|
H A D | dwarf2out.cc | 714 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 D | ChangeLog-2005 | 2442 (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 D | xtensa.h | 753 switch_to_section (function_section (FUNDECL)); \
|
H A D | xtensa.cc | 3679 return function_section (current_function_decl); in xtensa_select_rtx_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa.h | 742 switch_to_section (function_section (FUNDECL)); \
|
H A D | xtensa.c | 3647 return function_section (current_function_decl); in xtensa_select_rtx_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | winnt.c | 1362 switch_to_section (function_section (decl)); in i386_pe_start_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | winnt.cc | 1361 switch_to_section (function_section (decl)); in i386_pe_start_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
H A D | epiphany.cc | 3024 switch_to_section (function_section (decl)); in epiphany_start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
H A D | epiphany.c | 3019 switch_to_section (function_section (decl)); in epiphany_start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 1768 switch_to_section (function_section (decl)); in msp430_start_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 2292 switch_to_section (function_section (decl)); in msp430_start_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 1197 return function_section (decl) == section; in c6x_function_in_section_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 1199 return function_section (decl) == section; in c6x_function_in_section_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.cc | 10674 return function_section (DECL_CONTEXT (decl)); in pa_function_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.c | 10641 return function_section (DECL_CONTEXT (decl)); in pa_function_section()
|