Module platform

Module platform 

Source
Expand description

Platform detection and abstraction for C codebases

This module provides automatic detection of the target platform (Linux, FreeBSD, Darwin) based on source code patterns, and provides platform-specific configurations for parsing.

Structs§

DetectionPattern
A pattern used to detect platform
DetectionResult
Detection result with confidence score
HeaderStubs
Header stub definitions - actual type definitions to inject
LinuxPlatform
Linux kernel platform module
OpsFieldDef
Definition of an ops struct field
OpsStructDef
Definition of an ops struct (like file_operations, pci_driver)
PlatformRegistry
Registry of available platforms

Enums§

CallbackCategory
Category of callback functions in ops structures
DetectionKind
Detection pattern kind

Traits§

PlatformModule
Trait for platform-specific modules