__stop_orc_unwind   16 arch/x86/kernel/unwind_orc.c extern struct orc_entry __stop_orc_unwind[];
__stop_orc_unwind  163 arch/x86/kernel/unwind_orc.c 		if (unlikely((__start_orc_unwind + start >= __stop_orc_unwind) ||
__stop_orc_unwind  164 arch/x86/kernel/unwind_orc.c 			     (__start_orc_unwind + stop > __stop_orc_unwind))) {
__stop_orc_unwind  261 arch/x86/kernel/unwind_orc.c 	size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind;
__stop_orc_unwind  779 include/asm-generic/vmlinux.lds.h 		__stop_orc_unwind = .;					\