Home
last modified time | relevance | path

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

/linux/kernel/
A Dextable.c29 extern struct exception_table_entry __stop___ex_table[];
38 &__stop___ex_table > &__start___ex_table) { in sort_main_extable()
40 sort_extable(__start___ex_table, __stop___ex_table); in sort_main_extable()
49 __stop___ex_table - __start___ex_table, addr); in search_kernel_exception_table()
/linux/tools/testing/selftests/powerpc/primitives/
A Dload_unaligned_zeropad.c62 extern char __stop___ex_table[];
76 while (entry < (struct extbl_entry *)__stop___ex_table) { in segv_handler()
/linux/tools/testing/selftests/powerpc/copyloops/
A Dexc_validate.c11 extern char __stop___ex_table[];
28 while (ex_p < (unsigned long *)__stop___ex_table) { in segv_handler()
/linux/arch/mips/kernel/
A Drelocate.c33 extern long __stop___ex_table; /* End exception table */
184 etable_end = RELOCATED(&__stop___ex_table); in relocate_exception_table()
/linux/arch/arm/kernel/
A Dvmlinux.lds.S79 __stop___ex_table = .; symbol
A Dvmlinux-xip.lds.S68 __stop___ex_table = .; symbol
/linux/arch/arm64/kernel/
A Dvmlinux.lds41 …ADDR(__ex_table) - 0) { __start___ex_table = .; KEEP(*(__ex_table)) __stop___ex_table = .; } .note… symbol
/linux/include/asm-generic/
A Dvmlinux.lds.h661 __stop___ex_table = .; \
/linux/
A DSystem.map121782 ffff800011767858 R __stop___ex_table
A D.tmp_System.map121782 ffff800011767858 R __stop___ex_table

Completed in 1371 milliseconds