Package ghidra.app.util.bin.format.coff
Class CoffSymbolSectionNumber
java.lang.Object
ghidra.app.util.bin.format.coff.CoffSymbolSectionNumber
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortabsolute symbolsstatic final short.bss section symbolstatic final short.data section symbolstatic final shortspecial symbolic debugging symbolstatic final short.text section symbolstatic final shortundefined external symbol - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
N_DEBUG
public static final short N_DEBUGspecial symbolic debugging symbol- See Also:
 
 - 
N_ABS
public static final short N_ABSabsolute symbols- See Also:
 
 - 
N_UNDEF
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() 
 -