Package ghidra.app.util.bin.format.xcoff
Class XCoffFileHeaderFlags
java.lang.Object
ghidra.app.util.bin.format.xcoff.XCoffFileHeaderFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
file is 16-bit little-endianstatic final int
file is 32-bit big-endianstatic final int
file is 32-bit little-endianstatic final int
file uses Very Large Program Supportstatic final int
rs/6000 aix: dynamically loadable w/imports and exportsstatic final int
file is executable (no unresolved external references)static final int
file was reordered with fdpr commandstatic final int
file was profiled with fdpr commandstatic final int
line numbers stripped from filestatic final int
rs/6000 aix: if the object file is a member of an archive it can be loaded by the system loader but the member is ignored by the binder.static final int
local symbols stripped from filestatic final int
relocation info stripped from filestatic final int
rs/6000 aix: file is a shared object -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
isDebug
(XCoffFileHeader header) static final boolean
isExec
(XCoffFileHeader header) static final boolean
isStrip
(XCoffFileHeader header)
-
Field Details
-
F_RELFLG
public static final int F_RELFLGrelocation info stripped from file- See Also:
-
F_EXEC
public static final int F_EXECfile is executable (no unresolved external references)- See Also:
-
F_LNNO
public static final int F_LNNOline numbers stripped from file- See Also:
-
F_LSYMS
public static final int F_LSYMSlocal symbols stripped from file- See Also:
-
F_FDPR_PROF
public static final int F_FDPR_PROFfile was profiled with fdpr command- See Also:
-
F_FDPR_OPTI
public static final int F_FDPR_OPTIfile was reordered with fdpr command- See Also:
-
F_DSA
public static final int F_DSAfile uses Very Large Program Support- See Also:
-
F_AR16WR
public static final int F_AR16WRfile is 16-bit little-endian- See Also:
-
F_AR32WR
public static final int F_AR32WRfile is 32-bit little-endian- See Also:
-
F_AR32W
public static final int F_AR32Wfile is 32-bit big-endian- See Also:
-
F_DYNLOAD
public static final int F_DYNLOADrs/6000 aix: dynamically loadable w/imports and exports- See Also:
-
F_SHROBJ
public static final int F_SHROBJrs/6000 aix: file is a shared object- See Also:
-
F_LOADONLY
public static final int F_LOADONLYrs/6000 aix: if the object file is a member of an archive it can be loaded by the system loader but the member is ignored by the binder.- See Also:
-
-
Constructor Details
-
XCoffFileHeaderFlags
public XCoffFileHeaderFlags()
-
-
Method Details
-
isStrip
-
isExec
-
isDebug
-