Searched refs:__stop___ex_table (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/
H A Dextable.c30 extern struct exception_table_entry __stop___ex_table[];
39 &__stop___ex_table > &__start___ex_table) {
41 sort_extable(__start___ex_table, __stop___ex_table);
50 __stop___ex_table - __start___ex_table, addr);
/linux-master/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) {
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c11 extern char __stop___ex_table[];
28 while (ex_p < (unsigned long *)__stop___ex_table) {
/linux-master/arch/arm/kernel/
H A Dvmlinux.lds.S78 __stop___ex_table = .; define
H A Dvmlinux-xip.lds.S67 __stop___ex_table = .; define
/linux-master/arch/mips/kernel/
H A Drelocate.c33 extern long __stop___ex_table; /* End exception table */
184 etable_end = RELOCATED(&__stop___ex_table);

Completed in 196 milliseconds