install_coproc_handler_static
install_coproc_handler_static(SYSTEM_COPROC, &cp15_uh);
install_coproc_handler_static(CORE_UNKNOWN_HANDLER, &gdb_uh);
install_coproc_handler_static(THUMB_UNKNOWN_HANDLER, &gdb_uh_thumb);
install_coproc_handler_static(VFP_COPROC, &vfptest_uh);
install_coproc_handler_static(coproc, uh);
install_coproc_handler_static(CORE_UNKNOWN_HANDLER, &db_uh);
void install_coproc_handler_static(int, struct undefined_handler *);