Package ghidra.app.util.bin.format.coff
Class CoffSectionHeaderReserved
- java.lang.Object
 - 
- ghidra.app.util.bin.format.coff.CoffSectionHeaderReserved
 
 
- 
public final class CoffSectionHeaderReserved extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intEXPLICITLY_BYTE_ALIGNEDAssuming the underlying processor is word aligned, then this value indicates that a section is byte aligned. 
- 
Constructor Summary
Constructors Constructor Description CoffSectionHeaderReserved() 
 - 
 
- 
- 
Field Detail
- 
EXPLICITLY_BYTE_ALIGNED
public static final int EXPLICITLY_BYTE_ALIGNED
Assuming the underlying processor is word aligned, then this value indicates that a section is byte aligned.- See Also:
 - Constant Field Values
 
 
 - 
 
 -