Package ghidra.app.util.bin.format.coff
Class CoffConstants
- java.lang.Object
-
- ghidra.app.util.bin.format.coff.CoffConstants
-
public class CoffConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUXILIARY_ARRAY_DIMENSION
Number of dimensions of a symbol's auxiliary array.static int
FILE_NAME_LENGTH
Max-length (in bytes) of a file name.static int
SECTION_NAME_LENGTH
Max length (in bytes) of an in-place section name.static int
SYMBOL_NAME_LENGTH
Max length (in bytes) of an in-place symbol name.static int
SYMBOL_SIZEOF
Length (in bytes) of a symbol data structure.
-
Constructor Summary
Constructors Constructor Description CoffConstants()
-
-
-
Field Detail
-
SECTION_NAME_LENGTH
public static final int SECTION_NAME_LENGTH
Max length (in bytes) of an in-place section name.- See Also:
- Constant Field Values
-
SYMBOL_NAME_LENGTH
public static final int SYMBOL_NAME_LENGTH
Max length (in bytes) of an in-place symbol name.- See Also:
- Constant Field Values
-
SYMBOL_SIZEOF
public static final int SYMBOL_SIZEOF
Length (in bytes) of a symbol data structure.- See Also:
- Constant Field Values
-
FILE_NAME_LENGTH
public static final int FILE_NAME_LENGTH
Max-length (in bytes) of a file name.- See Also:
- Constant Field Values
-
AUXILIARY_ARRAY_DIMENSION
public static final int AUXILIARY_ARRAY_DIMENSION
Number of dimensions of a symbol's auxiliary array.- See Also:
- Constant Field Values
-
-