Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H 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()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dextable.c32 extern const struct exception_table_entry __stop___ex_table[];
56 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c62 extern char __stop___ex_table[];
76 while (entry < (struct extbl_entry *)__stop___ex_table) { in segv_handler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c11 extern char __stop___ex_table[];
28 while (ex_p < (unsigned long *)__stop___ex_table) { in segv_handler()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate.c32 extern long __stop___ex_table; /* End exception table */
177 etable_end = RELOCATED(&__stop___ex_table); in relocate_exception_table()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Du-boot.lds54 __stop___ex_table = .; symbol
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Du-boot.lds59 __stop___ex_table = .; symbol
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/
H A Du-boot.lds70 __stop___ex_table = .; symbol
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds70 __stop___ex_table = .; symbol
H A Du-boot-spl.lds54 __stop___ex_table = .; symbol
H A Du-boot.lds77 __stop___ex_table = .; symbol
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dvmlinux.lds.S79 __stop___ex_table = .; symbol
H A Dvmlinux-xip.lds.S68 __stop___ex_table = .; symbol
/OK3568_Linux_fs/u-boot/board/cssi/MCR3000/
H A Du-boot.lds71 __stop___ex_table = .; symbol
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dvmlinux.lds41 …ADDR(__ex_table) - 0) { __start___ex_table = .; KEEP(*(__ex_table)) __stop___ex_table = .; } .note… symbol
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dvmlinux.lds.h706 __stop___ex_table = .; \