Searched refs:function_section (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | output.h | 532 extern section *function_section (tree);
|
H A D | varasm.c | 645 if (targetm.asm_out.function_section) in function_section_1() 646 section = targetm.asm_out.function_section (decl, freq, in function_section_1() 657 if (targetm.asm_out.function_section) in function_section_1() 658 section = targetm.asm_out.function_section (decl, freq, startup, exit); in function_section_1() 671 function_section (tree decl) in function_section() function 1793 switch_to_section (function_section (decl)); in assemble_start_function() 1917 switch_to_section (function_section (decl)); in assemble_end_function() 1923 switch_to_section (function_section (decl)); /* need to switch back */ in assemble_end_function() 1943 switch_to_section (function_section (decl)); in assemble_end_function()
|
H A D | asan.c | 1218 section *fnsec = function_section (current_function_decl); in asan_function_start()
|
H A D | dwarf2out.c | 709 switch_to_section (function_section (fde->decl)); in output_fde() 1071 fnsec = function_section (current_function_decl); in dwarf2out_begin_prologue() 27728 section *sec = function_section (fun); in dwarf2out_begin_function()
|
H A D | target.def | 470 (function_section,
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | output.h | 601 extern section *function_section (tree);
|
H A D | varasm.c | 603 if (targetm.asm_out.function_section) in function_section_1() 604 section = targetm.asm_out.function_section (decl, freq, in function_section_1() 615 if (targetm.asm_out.function_section) in function_section_1() 616 section = targetm.asm_out.function_section (decl, freq, startup, exit); in function_section_1() 629 function_section (tree decl) in function_section() function 1632 switch_to_section (function_section (decl)); in assemble_start_function() 1701 switch_to_section (function_section (decl)); in assemble_end_function() 1707 switch_to_section (function_section (decl)); /* need to switch back */ in assemble_end_function() 1721 switch_to_section (function_section (decl)); in assemble_end_function()
|
H A D | dbxout.c | 942 switch_to_section (function_section (current_function_decl)); in dbxout_function_end()
|
H A D | target.def | 240 (function_section,
|
H A D | dwarf2out.c | 633 switch_to_section (function_section (fde->decl)); in output_fde() 989 fnsec = function_section (current_function_decl); in dwarf2out_begin_prologue() 20515 section *sec = function_section (fun); in dwarf2out_begin_function()
|