Enum ldscript_parser::RootItem
[−]
[src]
pub enum RootItem {
Statement(Statement),
Command(Command),
Memory {
regions: Vec<Region>,
},
Sections {
list: Vec<SectionCommand>,
},
}Variants
Statement(Statement)Command(Command)MemoryFields of Memory
regions: Vec<Region> |
SectionsFields of Sections
list: Vec<SectionCommand> |