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 short
N_ABS
absolute symbolsstatic short
N_BSS
.bss section symbolstatic short
N_DATA
.data section symbolstatic short
N_DEBUG
special symbolic debugging symbolstatic short
N_TEXT
.text section symbolstatic short
N_UNDEf
undefined 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
-
-