orc_lookup         26 arch/x86/include/asm/orc_lookup.h extern unsigned int orc_lookup[];
orc_lookup        160 arch/x86/kernel/unwind_orc.c 		start = orc_lookup[idx];
orc_lookup        161 arch/x86/kernel/unwind_orc.c 		stop = orc_lookup[idx + 1] + 1;
orc_lookup        278 arch/x86/kernel/unwind_orc.c 	lookup_num_blocks = orc_lookup_end - orc_lookup;
orc_lookup        288 arch/x86/kernel/unwind_orc.c 		orc_lookup[i] = orc - __start_orc_unwind;
orc_lookup        298 arch/x86/kernel/unwind_orc.c 	orc_lookup[lookup_num_blocks-1] = orc - __start_orc_unwind;
orc_lookup        782 include/asm-generic/vmlinux.lds.h 	.orc_lookup : AT(ADDR(.orc_lookup) - LOAD_OFFSET) {		\
orc_lookup        783 include/asm-generic/vmlinux.lds.h 		orc_lookup = .;						\