Searched refs:exception_section (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Doutput.h544 extern GTY(()) section *exception_section; variable
H A Dexcept.c3550 if (exception_section == 0)
3567 exception_section = get_section (".gcc_except_table", flags, NULL);
3570 exception_section = flag_pic ? data_section : readonly_data_section;
3572 switch_to_section (exception_section);
H A Dvarasm.c166 section *exception_section;
165 section *exception_section; variable
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c144 exception_section = darwin_sections[darwin_exception_section];
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c18624 exception_section = data_section;

Completed in 422 milliseconds