Searched refs:__riscv_exception_table (Results 1 – 2 of 2) sorted by relevance
17 .global __riscv_exception_table18 __riscv_exception_table: label69 la t6, __riscv_exception_table
27 extern uintptr_t __riscv_exception_table; in get_exception_table()28 return (exception_handler_t *) &__riscv_exception_table; in get_exception_table()