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 SummaryFields 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 SummaryConstructors Constructor Description CoffFileHeaderFlag()
 
- 
- 
- 
Field Detail- 
F_RELFLGpublic 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_EXECpublic 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_LNNOpublic 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_LSYMSpublic 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_MINMALpublic static final int F_MINMAL Indicates this file is a minimal object file (".m")- See Also:
- Constant Field Values
 
 - 
F_UPDATEpublic static final int F_UPDATE Indicates this file is a fully bound update file.- See Also:
- Constant Field Values
 
 - 
F_SWABDpublic static final int F_SWABD Indicates this file has had its bytes swabbed (in names).- See Also:
- Constant Field Values
 
 - 
F_AR16WRpublic static final int F_AR16WR - See Also:
- Constant Field Values
 
 - 
F_AR32WRpublic static final int F_AR32WR Indicates that the file is 32-bit little endian.- See Also:
- Constant Field Values
 
 - 
F_AR32Wpublic static final int F_AR32W - See Also:
- Constant Field Values
 
 - 
F_PATCHpublic static final int F_PATCH - See Also:
- Constant Field Values
 
 - 
F_NODFpublic static final int F_NODF - See Also:
- Constant Field Values
 
 
- 
 
-