Package ghidra.app.util.bin.format.coff
Class CoffFileHeaderFlag
- java.lang.Object
-
- ghidra.app.util.bin.format.coff.CoffFileHeaderFlag
-
public final class CoffFileHeaderFlag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intF_AR16WRstatic intF_AR32Wstatic intF_AR32WRIndicates that the file is 32-bit little endian.static intF_EXECIf set, all unresolved symbols have been resolved and the file may be considered executable.static intF_LNNOIf set, all line number information has been removed from the file (or was never added in the first place).static intF_LSYMSIf set, all local symbols have been removed from the file (or were never added in the first place).static intF_MINMALIndicates this file is a minimal object file (".m")static intF_NODFstatic intF_PATCHstatic intF_RELFLGIf set, there is not relocation information in this file.static intF_SWABDIndicates this file has had its bytes swabbed (in names).static intF_UPDATEIndicates this file is a fully bound update file.
-
Constructor Summary
Constructors Constructor Description CoffFileHeaderFlag()
-
-
-
Field Detail
-
F_RELFLG
public static final int F_RELFLG
If set, there is not relocation information in this file. This is usually clear for objects and set for executables.- See Also:
- Constant Field Values
-
F_EXEC
public static final int F_EXEC
If set, all unresolved symbols have been resolved and the file may be considered executable.- See Also:
- Constant Field Values
-
F_LNNO
public static final int F_LNNO
If set, all line number information has been removed from the file (or was never added in the first place).- See Also:
- Constant Field Values
-
F_LSYMS
public static final int F_LSYMS
If set, all local symbols have been removed from the file (or were never added in the first place).- See Also:
- Constant Field Values
-
F_MINMAL
public static final int F_MINMAL
Indicates this file is a minimal object file (".m")- See Also:
- Constant Field Values
-
F_UPDATE
public static final int F_UPDATE
Indicates this file is a fully bound update file.- See Also:
- Constant Field Values
-
F_SWABD
public static final int F_SWABD
Indicates this file has had its bytes swabbed (in names).- See Also:
- Constant Field Values
-
F_AR16WR
public static final int F_AR16WR
- See Also:
- Constant Field Values
-
F_AR32WR
public static final int F_AR32WR
Indicates that the file is 32-bit little endian.- See Also:
- Constant Field Values
-
F_AR32W
public static final int F_AR32W
- See Also:
- Constant Field Values
-
F_PATCH
public static final int F_PATCH
- See Also:
- Constant Field Values
-
F_NODF
public static final int F_NODF
- See Also:
- Constant Field Values
-
-