Home
last modified time | relevance | path

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

/tools/objtool/
Dorc_gen.c25 orc->sp_reg = ORC_REG_UNDEFINED; in create_orc()
62 orc->bp_reg = ORC_REG_UNDEFINED; in create_orc()
126 .sp_reg = ORC_REG_UNDEFINED, in create_orc_sections()
127 .bp_reg = ORC_REG_UNDEFINED, in create_orc_sections()
Dorc_dump.c56 else if (reg == ORC_REG_UNDEFINED) in print_reg()
Dcheck.c1216 case ORC_REG_UNDEFINED: in read_unwind_hints()
/tools/arch/x86/include/asm/
Dorc_types.h30 #define ORC_REG_UNDEFINED 0 macro