orc_entry          12 arch/x86/include/asm/module.h 	struct orc_entry *orc_unwind;
orc_entry          15 arch/x86/kernel/unwind_orc.c extern struct orc_entry __start_orc_unwind[];
orc_entry          16 arch/x86/kernel/unwind_orc.c extern struct orc_entry __stop_orc_unwind[];
orc_entry          20 arch/x86/kernel/unwind_orc.c struct orc_entry *cur_orc_table = __start_orc_unwind;
orc_entry          30 arch/x86/kernel/unwind_orc.c static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table,
orc_entry          60 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_module_find(unsigned long ip)
orc_entry          71 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_module_find(unsigned long ip)
orc_entry          78 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_find(unsigned long ip);
orc_entry          90 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_ftrace_find(unsigned long ip)
orc_entry         111 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_ftrace_find(unsigned long ip)
orc_entry         124 arch/x86/kernel/unwind_orc.c static struct orc_entry null_orc_entry = {
orc_entry         132 arch/x86/kernel/unwind_orc.c static struct orc_entry orc_fp_entry = {
orc_entry         141 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_find(unsigned long ip)
orc_entry         143 arch/x86/kernel/unwind_orc.c 	static struct orc_entry *orc;
orc_entry         189 arch/x86/kernel/unwind_orc.c 	struct orc_entry *orc_a, *orc_b;
orc_entry         190 arch/x86/kernel/unwind_orc.c 	struct orc_entry orc_tmp;
orc_entry         209 arch/x86/kernel/unwind_orc.c 	struct orc_entry *orc_a;
orc_entry         234 arch/x86/kernel/unwind_orc.c 	struct orc_entry *orc = _orc;
orc_entry         263 arch/x86/kernel/unwind_orc.c 	struct orc_entry *orc;
orc_entry         267 arch/x86/kernel/unwind_orc.c 	    orc_size % sizeof(struct orc_entry) != 0 ||
orc_entry         268 arch/x86/kernel/unwind_orc.c 	    num_entries != orc_size / sizeof(struct orc_entry)) {
orc_entry         418 arch/x86/kernel/unwind_orc.c 	struct orc_entry *orc;
orc_entry          47 tools/objtool/check.h 	struct orc_entry orc;
orc_entry          65 tools/objtool/orc_dump.c 	struct orc_entry *orc = NULL;
orc_entry          18 tools/objtool/orc_gen.c 		struct orc_entry *orc = &insn->orc;
orc_entry          86 tools/objtool/orc_gen.c 				unsigned long insn_off, struct orc_entry *o)
orc_entry          88 tools/objtool/orc_gen.c 	struct orc_entry *orc;
orc_entry          97 tools/objtool/orc_gen.c 	orc = (struct orc_entry *)u_sec->data->d_buf + idx;
orc_entry         125 tools/objtool/orc_gen.c 	struct orc_entry empty = {
orc_entry         147 tools/objtool/orc_gen.c 				   sizeof(struct orc_entry))) {
orc_entry         172 tools/objtool/orc_gen.c 				   sizeof(struct orc_entry), idx);
orc_entry         183 tools/objtool/orc_gen.c 						 sizeof(struct orc_entry))) {