Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/arch/x86/include/arch/
Dcfi_regs.h22 #define CFI_RA 16 macro
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c60 case CFI_RA: in arch_callee_saved_reg()
716 state->regs[CFI_RA].base = CFI_CFA; in arch_initial_func_cfi_state()
717 state->regs[CFI_RA].offset = -8; in arch_initial_func_cfi_state()
/linux-6.1.9/tools/objtool/
Dcheck.c2495 check_reg_frame_pos(&cfi->regs[CFI_RA], -cfi->cfa.offset + 8)) in has_valid_stack_frame()