Searched refs:exception_section (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | target.h | 96 void (* exception_section) PARAMS ((void)); member
|
H A D | except.c | 3675 (*targetm.asm_out.exception_section) (); in output_function_exception_table()
|
H A D | FSFChangeLog.11 | 2833 * 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.
|
H A D | ChangeLog.6 | 7839 * target.h (struct gcc_target): Add asm_out.exception_section, 7853 exception_section, remove EXCEPTION_SECTION macro. 15249 * varasm.c (exception_section): Likewise.
|
H A D | ChangeLog.0 | 12110 * varasm.c (exception_section): Check EXCEPTION_SECTION first.
|
/openbsd/gnu/gcc/gcc/ |
H A D | output.h | 543 extern GTY(()) section *exception_section;
|
H A D | except.c | 3532 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()
|
H A D | varasm.c | 165 section *exception_section; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 91 def exception_section : FF<"exception-section" , "Display the exception section entries">, Group<gr…
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin.c | 144 exception_section = darwin_sections[darwin_exception_section]; in darwin_init_sections()
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa.c | 9388 exception_section = data_section; in pa_som_asm_init_sections()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1995 | 3474 * except.c (exception_section): Use the data section on the rs6000.
|
H A D | ChangeLog-1996 | 3311 (exception_section, push_rtl_perm, do_function_call,
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 18522 exception_section = data_section; in rs6000_xcoff_asm_init_sections()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.1 | 3123 * except.c (exception_section): Use the data section on the rs6000.
|
H A D | ChangeLog.2 | 19589 (exception_section, push_rtl_perm, do_function_call,
|