Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h30 INSN_ENDBR, enumerator
/Linux-v6.1/tools/objtool/
Dcheck.c432 if (insn->type == INSN_ENDBR && list_empty(&insn->call_node)) { in decode_instructions()
1356 if (prev && prev->type == INSN_ENDBR && in is_first_func_insn()
2075 if (opts.ibt && insn->type != INSN_ENDBR && !insn->noendbr) { in read_unwind_hints()
4035 if (dest->type == INSN_ENDBR) { in validate_ibt_insn()
4082 if (dest->type == INSN_ENDBR) { in validate_ibt_data_reloc()
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c512 *type = INSN_ENDBR; in arch_decode_instruction()