Home
last modified time | relevance | path

Searched refs:ORC_TYPE_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/objtool/
H A Dorc_gen.c29 orc->type = ORC_TYPE_UNDEFINED; in init_orc_entry()
35 orc->type = ORC_TYPE_UNDEFINED; in init_orc_entry()
167 struct orc_entry null = { .type = ORC_TYPE_UNDEFINED }; in orc_create()
H A Dorc_dump.c41 case ORC_TYPE_UNDEFINED: in orc_type_name()
/openbmc/linux/arch/x86/include/asm/
H A Dorc_types.h42 #define ORC_TYPE_UNDEFINED 0 macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dorc_types.h42 #define ORC_TYPE_UNDEFINED 0 macro
/openbmc/linux/arch/x86/kernel/
H A Dunwind_orc.c286 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()
505 if (orc->type == ORC_TYPE_UNDEFINED) in unwind_next_frame()
/openbmc/linux/scripts/
H A Dsorttable.h131 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()