__start_orc_unwind_ip   13 arch/x86/kernel/unwind_orc.c extern int __start_orc_unwind_ip[];
__start_orc_unwind_ip   19 arch/x86/kernel/unwind_orc.c int *cur_orc_ip_table = __start_orc_unwind_ip;
__start_orc_unwind_ip  170 arch/x86/kernel/unwind_orc.c 		return __orc_find(__start_orc_unwind_ip + start,
__start_orc_unwind_ip  176 arch/x86/kernel/unwind_orc.c 		return __orc_find(__start_orc_unwind_ip, __start_orc_unwind,
__start_orc_unwind_ip  177 arch/x86/kernel/unwind_orc.c 				  __stop_orc_unwind_ip - __start_orc_unwind_ip, ip);
__start_orc_unwind_ip  260 arch/x86/kernel/unwind_orc.c 	size_t orc_ip_size = (void *)__stop_orc_unwind_ip - (void *)__start_orc_unwind_ip;
__start_orc_unwind_ip  274 arch/x86/kernel/unwind_orc.c 	sort(__start_orc_unwind_ip, num_entries, sizeof(int), orc_sort_cmp,
__start_orc_unwind_ip  280 arch/x86/kernel/unwind_orc.c 		orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind,
__start_orc_unwind_ip  292 arch/x86/kernel/unwind_orc.c 	orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, num_entries,
__start_orc_unwind_ip  771 include/asm-generic/vmlinux.lds.h 		__start_orc_unwind_ip = .;				\