__stop___ex_table 32 arch/mips/kernel/relocate.c extern long __stop___ex_table; /* End exception table */ __stop___ex_table 177 arch/mips/kernel/relocate.c etable_end = RELOCATED(&__stop___ex_table); __stop___ex_table 9 arch/x86/include/asm/sections.h extern struct exception_table_entry __stop___ex_table[]; __stop___ex_table 1264 arch/x86/mm/init_64.c unsigned long end = PFN_ALIGN(__stop___ex_table); __stop___ex_table 1283 arch/x86/mm/init_64.c unsigned long end = PFN_ALIGN(__stop___ex_table); __stop___ex_table 1302 arch/x86/mm/init_64.c unsigned long text_end = PFN_ALIGN(&__stop___ex_table); __stop___ex_table 577 arch/x86/mm/pti.c unsigned long end_global = PFN_ALIGN((unsigned long)__stop___ex_table); __stop___ex_table 590 include/asm-generic/vmlinux.lds.h __stop___ex_table = .; \ __stop___ex_table 29 kernel/extable.c extern struct exception_table_entry __stop___ex_table[]; __stop___ex_table 37 kernel/extable.c if (main_extable_sort_needed && __stop___ex_table > __start___ex_table) { __stop___ex_table 39 kernel/extable.c sort_extable(__start___ex_table, __stop___ex_table); __stop___ex_table 48 kernel/extable.c __stop___ex_table - __start___ex_table, addr); __stop___ex_table 11 tools/testing/selftests/powerpc/copyloops/exc_validate.c extern char __stop___ex_table[]; __stop___ex_table 28 tools/testing/selftests/powerpc/copyloops/exc_validate.c while (ex_p < (unsigned long *)__stop___ex_table) { __stop___ex_table 62 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c extern char __stop___ex_table[]; __stop___ex_table 76 tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c while (entry < (struct extbl_entry *)__stop___ex_table) {