tools/objtool/arch/x86/include/arch/cfi_regs.h

Source file repositories/reference/linux-study-clean/tools/objtool/arch/x86/include/arch/cfi_regs.h

File Facts

System
Linux kernel
Corpus path
tools/objtool/arch/x86/include/arch/cfi_regs.h
Extension
.h
Size
501 bytes
Lines
26
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _OBJTOOL_CFI_REGS_H
#define _OBJTOOL_CFI_REGS_H

#define CFI_AX			0
#define CFI_CX			1
#define CFI_DX			2
#define CFI_BX			3
#define CFI_SP			4
#define CFI_BP			5
#define CFI_SI			6
#define CFI_DI			7
#define CFI_R8			8
#define CFI_R9			9
#define CFI_R10			10
#define CFI_R11			11
#define CFI_R12			12
#define CFI_R13			13
#define CFI_R14			14
#define CFI_R15			15
#define CFI_RA			16
#define CFI_NUM_REGS		17

#endif /* _OBJTOOL_CFI_REGS_H */

Annotation

Implementation Notes