Home
last modified time | relevance | path

Searched refs:ORC_REG_UNDEFINED (Results 1 – 4 of 4) sorted by relevance

/tools/objtool/
Dorc_gen.c24 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
31 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
68 orc->bp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
148 .sp_reg = ORC_REG_UNDEFINED, in orc_create()
149 .bp_reg = ORC_REG_UNDEFINED, in orc_create()
Dorc_dump.c58 else if (reg == ORC_REG_UNDEFINED) in print_reg()
/tools/arch/x86/include/asm/
Dorc_types.h30 #define ORC_REG_UNDEFINED 0 macro
/tools/objtool/arch/x86/
Ddecode.c617 case ORC_REG_UNDEFINED: in arch_decode_hint_reg()