|
Xv6 with picoc & Linkage editor
v1.0
The project delineate mutual cohesion between c library, linkage editor ( linker), interpreter and operating system by porting the same on xv6 kernel
|
Data Fields | |
| enum BaseType | Base |
| int | ArraySize |
| int | Sizeof |
| int | AlignBytes |
| const char * | Identifier |
| struct ValueType * | FromType |
| struct ValueType * | DerivedTypeList |
| struct ValueType * | Next |
| struct Table * | Members |
| int | OnHeap |
| int | StaticQualifier |
Definition at line 144 of file interpreter.h.
1.7.6.1