Home
last modified time | relevance | path

Searched refs:__stop___ex_table (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/kernel/
Dextable.c30 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()
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c62 extern char __stop___ex_table[];
76 while (entry < (struct extbl_entry *)__stop___ex_table) { in segv_handler()
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c11 extern char __stop___ex_table[];
28 while (ex_p < (unsigned long *)__stop___ex_table) { in segv_handler()
/linux-6.1.9/arch/mips/kernel/
Drelocate.c33 extern long __stop___ex_table; /* End exception table */
184 etable_end = RELOCATED(&__stop___ex_table); in relocate_exception_table()
/linux-6.1.9/arch/arm/kernel/
Dvmlinux.lds.S79 __stop___ex_table = .; symbol
Dvmlinux-xip.lds.S68 __stop___ex_table = .; symbol
/linux-6.1.9/include/asm-generic/
Dvmlinux.lds.h675 __stop___ex_table = .; \