Home
last modified time | relevance | path

Searched refs:current_function_section (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h538 extern section *current_function_section (void);
H A Ddbxout.c270 #define FORCE_TEXT switch_to_section (current_function_section ())
913 switch_to_section (current_function_section ()); in dbxout_function_end()
1315 switch_to_section (current_function_section ()); in dbxout_switch_text_section()
1321 switch_to_section (current_function_section ()); in dbxout_switch_text_section()
H A Dfinal.c1853 switch_to_section (current_function_section ()); in profile_function()
2219 switch_to_section (current_function_section ()); in final_scan_insn_1()
2506 switch_to_section (current_function_section ()); in final_scan_insn_1()
2577 switch_to_section (current_function_section ()); in final_scan_insn_1()
2631 switch_to_section (current_function_section ()); in final_scan_insn_1()
H A Dexcept.c3229 switch_to_section (current_function_section ()); in output_function_exception_table()
H A Dvarasm.c700 current_function_section (void) in current_function_section() function
731 switch_to_section (current_function_section ()); in switch_to_other_text_partition()
H A Ddwarf2out.c1212 section *sec = current_function_section (); in dwarf2out_note_section_used()
1255 sect = current_function_section (); in dwarf2out_switch_text_section()
16899 section *sec = current_function_section (); in secname_for_decl()
26993 switch_to_section (current_function_section ()); in dwarf2out_begin_block()
27003 switch_to_section (current_function_section ()); in dwarf2out_end_block()
27990 switch_to_section (current_function_section ()); in dwarf2out_source_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h555 extern section *current_function_section (void);
H A Ddbxout.cc271 #define FORCE_TEXT switch_to_section (current_function_section ())
916 switch_to_section (current_function_section ()); in dbxout_function_end()
1318 switch_to_section (current_function_section ()); in dbxout_switch_text_section()
1324 switch_to_section (current_function_section ()); in dbxout_switch_text_section()
H A Dfinal.cc1845 switch_to_section (current_function_section ()); in profile_function()
2213 switch_to_section (current_function_section ()); in final_scan_insn_1()
2497 switch_to_section (current_function_section ()); in final_scan_insn_1()
2552 switch_to_section (current_function_section ()); in final_scan_insn_1()
2606 switch_to_section (current_function_section ()); in final_scan_insn_1()
H A Dexcept.cc3230 switch_to_section (current_function_section ()); in output_function_exception_table()
H A Dvarasm.cc719 current_function_section (void) in current_function_section() function
750 switch_to_section (current_function_section ()); in switch_to_other_text_partition()
H A DChangeLog-20051286 between the hot and cold sections. Use current_function_section
1295 (current_function_section): Pass in_cold_section_p as the
2335 from call to current_function_section.
2344 from calls to current_function_section.
2382 from call to current_function_section.
2403 from call to current_function_section.
2406 from call to current_function_section.
2419 argument from call to current_function_section.
2424 call to current_function_section.
2444 (current_function_section): Likewise. Remove the decl argument.
[all …]
H A Ddwarf2out.cc1316 sect = current_function_section (); in dwarf2out_switch_text_section()
17389 section *sec = current_function_section (); in secname_for_decl()
27605 switch_to_section (current_function_section ()); in dwarf2out_begin_block()
27615 switch_to_section (current_function_section ()); in dwarf2out_end_block()
28604 switch_to_section (current_function_section ()); in dwarf2out_source_line()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1905 switch_to_section (current_function_section ()); in xstormy16_output_addr_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc1905 switch_to_section (current_function_section ()); in xstormy16_output_addr_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc5512 switch_to_section (current_function_section ()); in rs6000_output_function_epilogue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c5457 switch_to_section (current_function_section ()); in rs6000_output_function_epilogue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c12609 switch_to_section (current_function_section ()); in avr_output_addr_vec()
12656 switch_to_section (current_function_section ()); in avr_output_addr_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc13034 switch_to_section (current_function_section ()); in avr_output_addr_vec()
13081 switch_to_section (current_function_section ()); in avr_output_addr_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1218 && c6x_function_in_section_p (decl, current_function_section ())) in c6x_long_call_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1220 && c6x_function_in_section_p (decl, current_function_section ())) in c6x_long_call_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c11662 switch_to_section (current_function_section ()); in s390_output_split_stack_data()
16472 switch_to_section (current_function_section ()); in s390_code_end()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c10566 switch_to_section (current_function_section ()); in sparc_output_deferred_case_vectors()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc10528 switch_to_section (current_function_section ()); in sparc_output_deferred_case_vectors()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc11938 switch_to_section (current_function_section ()); in s390_output_split_stack_data()

12