Home
last modified time | relevance | path

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

/tools/objtool/
Dcheck.c2351 struct instruction *next_insn, in update_cfi_state() argument
2542 if (op->dest.reg == cfi->cfa.base && !(next_insn && next_insn->hint)) { in update_cfi_state()
2800 struct instruction *next_insn, in handle_insn_ops() argument
2807 if (update_cfi_state(insn, next_insn, &state->cfi, op)) in handle_insn_ops()
3032 struct instruction *next_insn, *prev_insn = NULL; in validate_branch() local
3040 next_insn = next_insn_to_validate(file, insn); in validate_branch()
3134 if (handle_insn_ops(insn, next_insn, &state)) in validate_branch()
3141 next_insn && next_insn->type != INSN_TRAP) { in validate_branch()
3189 next_insn && next_insn->type != INSN_TRAP) { in validate_branch()
3208 if (func && (!next_insn || !next_insn->hint)) { in validate_branch()
[all …]