Home
last modified time | relevance | path

Searched defs:cfi_state (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/tools/objtool/
Dcfi.h26 struct cfi_state { struct
27 struct cfi_reg regs[CFI_NUM_REGS];
28 struct cfi_reg vals[CFI_NUM_REGS];
29 struct cfi_reg cfa;
30 int stack_size;
31 int drap_reg, drap_offset;
32 unsigned char type;
33 bool bp_scratch;
34 bool drap;
35 bool end;