Carbon


PEFSectionHeader

Header: PEFBinaryFormat.h

struct PEFSectionHeader {
    SInt32 nameOffset; 
    UInt32 defaultAddress; 
    UInt32 totalLength; 
    UInt32 unpackedLength; 
    UInt32 containerLength; 
    UInt32 containerOffset; 
    UInt8 sectionKind; 
    UInt8 shareKind; 
    UInt8 alignment; 
    UInt8 reservedA;
};

Field descriptions

nameOffset
defaultAddress
totalLength
unpackedLength
containerLength
containerOffset
sectionKind
shareKind
alignment
reservedA


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