tools/objtool/arch/powerpc/include/arch/special.h

Source file repositories/reference/linux-study-clean/tools/objtool/arch/powerpc/include/arch/special.h

File Facts

System
Linux kernel
Corpus path
tools/objtool/arch/powerpc/include/arch/special.h
Extension
.h
Size
487 bytes
Lines
22
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 _PPC_ARCH_SPECIAL_H
#define _PPC_ARCH_SPECIAL_H

#define EX_ENTRY_SIZE 8
#define EX_ORIG_OFFSET 0
#define EX_NEW_OFFSET 4

#define JUMP_ENTRY_SIZE 16
#define JUMP_ORIG_OFFSET 0
#define JUMP_NEW_OFFSET 4
#define JUMP_KEY_OFFSET 8

#define ALT_ENTRY_SIZE 12
#define ALT_ORIG_OFFSET 0
#define ALT_NEW_OFFSET 4
#define ALT_FEATURE_OFFSET 8
#define ALT_ORIG_LEN_OFFSET 10
#define ALT_NEW_LEN_OFFSET 11

#endif /* _PPC_ARCH_SPECIAL_H */

Annotation

Implementation Notes