Package ghidra.app.util.bin.format.coff
Class CoffSymbolSectionNumber
java.lang.Object
ghidra.app.util.bin.format.coff.CoffSymbolSectionNumber
-
Field Summary
FieldsChangeModifier and TypeFieldDescriptionstatic final shortabsolute symbolsstatic final short.bss section symbolstatic final short.data section symbolstatic final shortspecial symbolic debugging symbolstatic final short.text section symbolNEWstatic final shortundefined external symbolREMOVEDN_UNDEf() Removed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
N_DEBUG
public static final short N_DEBUGspecial symbolic debugging symbol- See Also:
-
- Constant Field Values
-
N_UNDEf REMOVED
static short N_UNDEf
-
N_ABS
public static final short N_ABSabsolute symbols- See Also:
-
N_UNDEF NEW
public static final short N_UNDEFundefined external symbol- See Also:
-
N_TEXT
public static final short N_TEXT.text section symbol- See Also:
-
N_DATA
public static final short N_DATA.data section symbol- See Also:
-
N_BSS
public static final short N_BSS.bss section symbol- See Also:
-
-
Constructor Details
-
CoffSymbolSectionNumber
public CoffSymbolSectionNumber()
-