Searched refs:ORC_TYPE_UNDEFINED (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dorc_types.h31 #define ORC_TYPE_UNDEFINED 0 macro
/linux-master/tools/arch/loongarch/include/asm/
H A Dorc_types.h31 #define ORC_TYPE_UNDEFINED 0 macro
/linux-master/arch/x86/include/asm/
H A Dorc_types.h42 #define ORC_TYPE_UNDEFINED 0 macro
/linux-master/tools/arch/x86/include/asm/
H A Dorc_types.h42 #define ORC_TYPE_UNDEFINED 0 macro
/linux-master/tools/objtool/arch/x86/
H A Dorc.c22 orc->type = ORC_TYPE_UNDEFINED;
28 orc->type = ORC_TYPE_UNDEFINED;
150 case ORC_TYPE_UNDEFINED:
/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c23 orc->type = ORC_TYPE_UNDEFINED;
29 orc->type = ORC_TYPE_UNDEFINED;
/linux-master/tools/objtool/
H A Dorc_gen.c56 struct orc_entry null = { .type = ORC_TYPE_UNDEFINED };
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c239 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1;
418 if (orc->type == ORC_TYPE_UNDEFINED)
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c286 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1;
505 if (orc->type == ORC_TYPE_UNDEFINED)
/linux-master/scripts/
H A Dsorttable.h131 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1;

Completed in 275 milliseconds