Show
Ignore:
Timestamp:
05/01/08 20:09:20 (7 months ago)
Author:
mwhitworth
Message:

Add to module structure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/include/module.h

    r385 r389  
    1515 
    1616        /* ELF specific information. */ 
     17        struct ElfSectionHeader* sectionHeaders; 
     18 
     19        int relSection; 
     20        struct ElfReloc* relTable; 
     21        int relSize; 
     22 
    1723        char* strTable; 
    1824