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;
};

Field descriptions

mainSection
mainOffset
initSection
initOffset
termSection
termOffset
importedLibraryCount
totalImportedSymbolCount
relocSectionCount
relocInstrOffset
loaderStringsOffset
exportHashOffset
exportHashTablePower
exportedSymbolCount


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)