tools/objtool/include/objtool/checksum.h

Source file repositories/reference/linux-study-clean/tools/objtool/include/objtool/checksum.h

File Facts

System
Linux kernel
Corpus path
tools/objtool/include/objtool/checksum.h
Extension
.h
Size
1636 bytes
Lines
61
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

static inline int calculate_checksums(struct objtool_file *file) { return -ENOSYS; }
static inline int create_sym_checksum_section(struct objtool_file *file) { return -EINVAL; }

#endif /* !BUILD_KLP */

#endif /* _OBJTOOL_CHECKSUM_H */

Annotation

Implementation Notes