Package ghidra.app.util.bin.format.coff
Class CoffSymbolSectionNumber
- java.lang.Object
 - 
- ghidra.app.util.bin.format.coff.CoffSymbolSectionNumber
 
 
- 
public final class CoffSymbolSectionNumber extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static shortN_ABSabsolute symbolsstatic shortN_BSS.bss section symbolstatic shortN_DATA.data section symbolstatic shortN_DEBUGspecial symbolic debugging symbolstatic shortN_TEXT.text section symbolstatic shortN_UNDEfundefined external symbol 
- 
Constructor Summary
Constructors Constructor Description CoffSymbolSectionNumber() 
 - 
 
- 
- 
Field Detail
- 
N_DEBUG
public static final short N_DEBUG
special symbolic debugging symbol- See Also:
 - Constant Field Values
 
 
- 
N_ABS
public static final short N_ABS
absolute symbols- See Also:
 - Constant Field Values
 
 
- 
N_UNDEf
public static final short N_UNDEf
undefined external symbol- See Also:
 - Constant Field Values
 
 
- 
N_TEXT
public static final short N_TEXT
.text section symbol- See Also:
 - Constant Field Values
 
 
- 
N_DATA
public static final short N_DATA
.data section symbol- See Also:
 - Constant Field Values
 
 
- 
N_BSS
public static final short N_BSS
.bss section symbol- See Also:
 - Constant Field Values
 
 
 - 
 
 -