Searched refs:function_section (Results 1 – 23 of 23) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore-elf.h | 50 switch_to_section (function_section (DECL)); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | output.h | 553 extern section *function_section (tree);
|
| 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()
|
| D | asan.cc | 1444 section *fnsec = function_section (current_function_decl); in asan_function_start()
|
| 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()
|
| 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 …]
|
| D | FSFChangeLog.11 | 5679 * 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
|
| D | ChangeLog-2004 | 7095 * 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
|
| D | ChangeLog-2006 | 19186 * varasm.c (function_section): Check for section name before 23774 Check function_section rather than DECL_SECTION_NAME.
|
| D | target.def | 472 (function_section,
|
| D | ChangeLog-2002 | 4147 output_mi_thunk; make static; always use function_section. 28817 to function_section before writing out the constant pool.
|
| D | ChangeLog-2010 | 3584 * target.def (function_section): New hook. 3597 (function_section): ... here.
|
| D | ChangeLog-1999 | 14816 function_section instead of text_section.
|
| D | ChangeLog-2000 | 7800 * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
|
| D | ChangeLog-2017 | 5053 rather than function_section. If crtl->has_bb_partition,
|
| D | ChangeLog-2011 | 33078 when function_section () isn't text_section.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| D | xtensa.h | 753 switch_to_section (function_section (FUNDECL)); \
|
| D | xtensa.cc | 3679 return function_section (current_function_decl); in xtensa_select_rtx_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | winnt.cc | 1361 switch_to_section (function_section (decl)); in i386_pe_start_function()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.cc | 10674 return function_section (DECL_CONTEXT (decl)); in pa_function_section()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 7771 return function_section (decl) == section; in arm_function_in_section_p() 21783 switch_to_section (function_section (current_function_decl)); in arm_output_function_epilogue()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 7541 switch_to_section (function_section (current_function_decl)); in mips16_build_function_stub()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 21491 switch_to_section (function_section (decl)); in rs6000_xcoff_declare_function_name()
|