Home
last modified time | relevance | path

Searched refs:init_eh (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.h105 extern void init_eh PARAMS ((void));
H A Dexcept.c379 init_eh () in init_eh() function
H A Dtoplev.c5381 init_eh ();
H A DChangeLog.06224 * except.c (init_eh): Do nothing.
6225 (save_eh_status): Call init_eh_for_function, not init_eh.
6481 * except.c (init_eh): Avoid assignment of unused return value of
9733 (init_eh): Remove initialization of eh_saved_pc.
H A DChangeLog.27375 (init_stmt): Don't call init_eh.
7377 * toplev.c (compile_file): Call init_eh.
8624 (init_eh): Add more GC roots.
H A DChangeLog.73189 (init_eh): Use gengtype for roots; use GC to allocate hash tables.
11490 (init_eh): Register exception_handler_label_map.
12514 * except.c (init_eh): Similarly.
12554 (init_eh): Use langhook.
H A DChangeLog.53481 (init_eh): Don't make protect_cleanup_actions a GC root.
7119 (compile_file): Call init_eh before init_optabs. Don't
H A DChangeLog.17933 (init_eh): Remove a blank line.
7994 (init_eh): Create rethrow symbols for beginning and end of table.
H A DFSFChangeLog.1111023 (init_eh): Initialize eh_saved_pc.
11425 (init_stmt_for_function): Call init_eh.
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.h61 extern void init_eh (void);
H A Dtoplev.c1912 init_eh (); in lang_dependent_init()
H A Dexcept.c347 init_eh (void) in init_eh() function