Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
A Dcfi.h27 struct cfi_state { struct
28 struct hlist_node hash; /* must be first, cficmp() */
29 struct cfi_reg regs[CFI_NUM_REGS];
30 struct cfi_reg vals[CFI_NUM_REGS];
31 struct cfi_reg cfa;
32 int stack_size;
33 int drap_reg, drap_offset;
34 unsigned char type;
35 bool bp_scratch;
36 bool drap;
[all …]

Completed in 5 milliseconds