Home
last modified time | relevance | path

Searched refs:exception_section (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Doutput.h544 extern GTY(()) section *exception_section;
Dexcept.c3532 if (exception_section == 0) in switch_to_exception_section()
3549 exception_section = get_section (".gcc_except_table", flags, NULL); in switch_to_exception_section()
3552 exception_section = flag_pic ? data_section : readonly_data_section; in switch_to_exception_section()
3554 switch_to_section (exception_section); in switch_to_exception_section()
Dvarasm.c165 section *exception_section; variable
DFSFChangeLog.112833 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
5983 (variable_section, exception_section): Likewise.
11432 * output.h (exception_section): Declare.
11433 * varasm.c (exception_section): Define.
DChangeLog-19973072 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
DChangeLog-20051816 exception_section if it is still null, then switch to it.
1818 * varasm.c (exception_section, eh_frame_section): Update comments.
1820 (init_varasm_once): Don't set exception_section and eh_frame_section.
2417 (output_function_exception_table): Use the global exception_section
2439 (sbss_section, exception_section, eh_frame_section): New variables.
2462 (exception_section, eh_frame_section): Delete.
2468 (sdata_section, sbss_section, exception_section): New variables.
DChangeLog-20017839 * target.h (struct gcc_target): Add asm_out.exception_section,
7853 exception_section, remove EXCEPTION_SECTION macro.
15249 * varasm.c (exception_section): Likewise.
/freebsd-10-stable/contrib/gcc/config/
Ddarwin.c144 exception_section = darwin_sections[darwin_exception_section]; in darwin_init_sections()
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-19953474 * except.c (exception_section): Use the data section on the rs6000.
DChangeLog-19963311 (exception_section, push_rtl_perm, do_function_call,
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c18578 exception_section = data_section; in rs6000_xcoff_asm_init_sections()