Package ghidra.app.util.bin.format.coff
Class CoffConstants
java.lang.Object
ghidra.app.util.bin.format.coff.CoffConstants
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNumber of dimensions of a symbol's auxiliary array.static final intMax-length (in bytes) of a file name.static final intMax length (in bytes) of an in-place section name.static final intMax length (in bytes) of an in-place symbol name.static final intLength (in bytes) of a symbol data structure. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
SECTION_NAME_LENGTH
public static final int SECTION_NAME_LENGTHMax length (in bytes) of an in-place section name.- See Also:
 
 - 
SYMBOL_NAME_LENGTH
public static final int SYMBOL_NAME_LENGTHMax length (in bytes) of an in-place symbol name.- See Also:
 
 - 
SYMBOL_SIZEOF
public static final int SYMBOL_SIZEOFLength (in bytes) of a symbol data structure.- See Also:
 
 - 
FILE_NAME_LENGTH
public static final int FILE_NAME_LENGTHMax-length (in bytes) of a file name.- See Also:
 
 - 
AUXILIARY_ARRAY_DIMENSION
public static final int AUXILIARY_ARRAY_DIMENSIONNumber of dimensions of a symbol's auxiliary array.- See Also:
 
 
 - 
 - 
Constructor Details
- 
CoffConstants
public CoffConstants() 
 -