Searched refs:cfi1 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/objtool/ |
| H A D | check.c | 365 return memcmp((void *)cfi1 + sizeof(cfi1->hash), in cficmp() 3268 if (!cfi1) { in insn_cfi_match() 3273 if (memcmp(&cfi1->cfa, &cfi2->cfa, sizeof(cfi1->cfa))) { in insn_cfi_match() 3276 cfi1->cfa.base, cfi1->cfa.offset, in insn_cfi_match() 3282 if (memcmp(&cfi1->regs, &cfi2->regs, sizeof(cfi1->regs))) { in insn_cfi_match() 3289 i, cfi1->regs[i].base, cfi1->regs[i].offset, in insn_cfi_match() 3295 if (cfi1->type != cfi2->type) { in insn_cfi_match() 3298 cfi1->type, cfi2->type); in insn_cfi_match() 3303 (cfi1->drap && cfi1->drap_reg != cfi2->drap_reg) || in insn_cfi_match() 3304 (cfi1->drap && cfi1->drap_offset != cfi2->drap_offset)) { in insn_cfi_match() [all …]
|