HelenOS sources

install_handler   100 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) reset_exception_entry,
install_handler   103 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) undef_instr_exception_entry,
install_handler   106 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) swi_exception_entry,
install_handler   109 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) prefetch_abort_exception_entry,
install_handler   112 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) data_abort_exception_entry,
install_handler   115 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) irq_exception_entry,
install_handler   118 kernel/arch/arm32/src/exception.c 	install_handler((unsigned) fiq_exception_entry,
HelenOS homepage, sources at GitHub