Carbon


PEFLoaderRelocationHeader

Header: PEFBinaryFormat.h

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

Field descriptions

sectionIndex
reservedA
relocCount
firstRelocOffset


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