Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/arm/
H A Dpe.h96 switch_to_section (function_section (DECL)); \
H A Darm.c10200 switch_to_section (function_section (current_function_decl)); in arm_output_function_epilogue()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dxcoff.h168 switch_to_section (function_section (DECL)); \
/freebsd-12.1/contrib/gcc/
H A Doutput.h564 extern section *function_section (tree);
H A Dvarasm.c556 function_section (tree decl) in function_section() function
1421 switch_to_section (function_section (decl)); in assemble_start_function()
1486 switch_to_section (function_section (decl)); in assemble_end_function()
1492 switch_to_section (function_section (decl)); /* need to switch back */ in assemble_end_function()
1506 switch_to_section (function_section (decl)); in assemble_end_function()
H A Ddbxout.c911 switch_to_section (function_section (current_function_decl)); in dbxout_function_end()
H A Ddwarf2out.c2548 switch_to_section (function_section (current_function_decl)); in dwarf2out_begin_prologue()
13817 if (function_section (fun) != text_section) in dwarf2out_begin_function()
13848 else if (function_section (current_function_decl) != text_section) in dwarf2out_source_line()
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.
18541 (assemble_end_function): Add test and call to function_section
21525 (function_section): Change 'bool unlikely' to 'int reloc'; check
24212 (function_section): Revert my patch from April 9.
24627 (function_section): Change 'bool unlikely' to 'int reloc'; check
26676 * dbxout.c (FORCE_TEXT): Replace function_section with
26716 function_section into call to current_function_section.
26724 function_section with calls to current_function_section.
[all …]
H A DFSFChangeLog.115679 * final.c (profile_function): Call function_section, not
5982 (function_section): Pass reloc argument to named_section.
13197 * varasm.c (function_section): Delete flag_function_sections support.
14089 (function_section): Set DECL_SECTION_NAME for each function
H A DChangeLog-200612101 * varasm.c (function_section): Check for section name before
16689 Check function_section rather than DECL_SECTION_NAME.
H A DChangeLog-20047095 * varasm.c (function_section): If DECL is NULL_TREE, don't try
7657 * varasm.c (function_section): Honour
18486 change calls to text_section into calls to function_section; add code
18520 (function_section): Clean up if-statement.
36335 (function_section): Add code to make sure beginning of function is
H A DChangeLog-20024147 output_mi_thunk; make static; always use function_section.
28817 to function_section before writing out the constant pool.
H A DChangeLog-199914816 function_section instead of text_section.
H A DChangeLog-20007800 * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c7295 return function_section (current_function_decl); in mips_select_rtx_section()
8002 switch_to_section (function_section (stubdecl)); in build_mips16_function_stub()
8047 switch_to_section (function_section (current_function_decl)); in build_mips16_function_stub()