__start_orc_unwind   15 arch/x86/kernel/unwind_orc.c extern struct orc_entry __start_orc_unwind[];
__start_orc_unwind   20 arch/x86/kernel/unwind_orc.c struct orc_entry *cur_orc_table = __start_orc_unwind;
__start_orc_unwind  163 arch/x86/kernel/unwind_orc.c 		if (unlikely((__start_orc_unwind + start >= __stop_orc_unwind) ||
__start_orc_unwind  164 arch/x86/kernel/unwind_orc.c 			     (__start_orc_unwind + stop > __stop_orc_unwind))) {
__start_orc_unwind  171 arch/x86/kernel/unwind_orc.c 				  __start_orc_unwind + start, stop - start, ip);
__start_orc_unwind  176 arch/x86/kernel/unwind_orc.c 		return __orc_find(__start_orc_unwind_ip, __start_orc_unwind,
__start_orc_unwind  261 arch/x86/kernel/unwind_orc.c 	size_t orc_size = (void *)__stop_orc_unwind - (void *)__start_orc_unwind;
__start_orc_unwind  280 arch/x86/kernel/unwind_orc.c 		orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind,
__start_orc_unwind  288 arch/x86/kernel/unwind_orc.c 		orc_lookup[i] = orc - __start_orc_unwind;
__start_orc_unwind  292 arch/x86/kernel/unwind_orc.c 	orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, num_entries,
__start_orc_unwind  298 arch/x86/kernel/unwind_orc.c 	orc_lookup[lookup_num_blocks-1] = orc - __start_orc_unwind;
__start_orc_unwind  777 include/asm-generic/vmlinux.lds.h 		__start_orc_unwind = .;					\