Carbon


PEFLoaderInfoHeader

Header: PEFBinaryFormat.h

struct PEFLoaderInfoHeader {
    SInt32 mainSection; 
    UInt32 mainOffset; 
    SInt32 initSection; 
    UInt32 initOffset; 
    SInt32 termSection; 
    UInt32 termOffset; 
    UInt32 importedLibraryCount; 
    UInt32 totalImportedSymbolCount; 
    UInt32 relocSectionCount; 
    UInt32 relocInstrOffset; 
    UInt32 loaderStringsOffset; 
    UInt32 exportHashOffset; 
    UInt32 exportHashTablePower; 
    UInt32 exportedSymbolCount;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)