Home
last modified time | relevance | path

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

/tools/arch/x86/include/asm/
Dorc_types.h42 #define ORC_TYPE_UNDEFINED 0 macro
/tools/objtool/
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()
Dorc_dump.c41 case ORC_TYPE_UNDEFINED: in orc_type_name()