Searched refs:__stop___ex_table (Results 1 – 6 of 6) sorted by relevance
30 extern struct exception_table_entry __stop___ex_table[];39 &__stop___ex_table > &__start___ex_table) { in sort_main_extable()41 sort_extable(__start___ex_table, __stop___ex_table); in sort_main_extable()50 __stop___ex_table - __start___ex_table, addr); in search_kernel_exception_table()
62 extern char __stop___ex_table[];76 while (entry < (struct extbl_entry *)__stop___ex_table) { in segv_handler()
11 extern char __stop___ex_table[];28 while (ex_p < (unsigned long *)__stop___ex_table) { in segv_handler()
33 extern long __stop___ex_table; /* End exception table */184 etable_end = RELOCATED(&__stop___ex_table); in relocate_exception_table()
79 __stop___ex_table = .; symbol
68 __stop___ex_table = .; symbol
Completed in 8 milliseconds