scripts/gendwarfksyms/examples/symbolptr.c

Source file repositories/reference/linux-study-clean/scripts/gendwarfksyms/examples/symbolptr.c

File Facts

System
Linux kernel
Corpus path
scripts/gendwarfksyms/examples/symbolptr.c
Extension
.c
Size
840 bytes
Lines
34
Domain
Support Tooling And Documentation
Bucket
scripts
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

void g(int *arg) {}

struct s;
extern struct s *p;

__GENDWARFKSYMS_EXPORT(f);
__GENDWARFKSYMS_EXPORT(g);
__GENDWARFKSYMS_EXPORT(p);

Annotation

Implementation Notes