Carbon


PEFLoaderRelocationHeader

Header: PEFBinaryFormat.h

struct PEFLoaderRelocationHeader {
    UInt16 sectionIndex; 
    UInt16 reservedA; 
    UInt32 relocCount; 
    UInt32 firstRelocOffset;
};

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