Class CoffFileHeaderFlag


  • public final class CoffFileHeaderFlag
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int F_AR16WR  
      static int F_AR32W  
      static int F_AR32WR
      Indicates that the file is 32-bit little endian.
      static int F_EXEC
      If set, all unresolved symbols have been resolved and the file may be considered executable.
      static int F_LNNO
      If set, all line number information has been removed from the file (or was never added in the first place).
      static int F_LSYMS
      If set, all local symbols have been removed from the file (or were never added in the first place).
      static int F_MINMAL
      Indicates this file is a minimal object file (".m")
      static int F_NODF  
      static int F_PATCH  
      static int F_RELFLG
      If set, there is not relocation information in this file.
      static int F_SWABD
      Indicates this file has had its bytes swabbed (in names).
      static int F_UPDATE
      Indicates this file is a fully bound update file.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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_AR32WR

        public static final int F_AR32WR
        Indicates that the file is 32-bit little endian.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CoffFileHeaderFlag

        public CoffFileHeaderFlag()