Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/
Dcheck.c2510 static bool insn_cfi_match(struct instruction *insn, struct cfi_state *cfi2) in insn_cfi_match() argument
2515 if (memcmp(&cfi1->cfa, &cfi2->cfa, sizeof(cfi1->cfa))) { in insn_cfi_match()
2520 cfi2->cfa.base, cfi2->cfa.offset); in insn_cfi_match()
2522 } else if (memcmp(&cfi1->regs, &cfi2->regs, sizeof(cfi1->regs))) { in insn_cfi_match()
2524 if (!memcmp(&cfi1->regs[i], &cfi2->regs[i], in insn_cfi_match()
2531 i, cfi2->regs[i].base, cfi2->regs[i].offset); in insn_cfi_match()
2535 } else if (cfi1->type != cfi2->type) { in insn_cfi_match()
2538 insn->sec, insn->offset, cfi1->type, cfi2->type); in insn_cfi_match()
2540 } else if (cfi1->drap != cfi2->drap || in insn_cfi_match()
2541 (cfi1->drap && cfi1->drap_reg != cfi2->drap_reg) || in insn_cfi_match()
[all …]