Package ghidra.app.util.bin.format.coff
Class CoffSymbolStorageClass
- java.lang.Object
-
- ghidra.app.util.bin.format.coff.CoffSymbolStorageClass
-
public class CoffSymbolStorageClass extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intC_ALIASduplicate tagstatic intC_ARGfunction argumentstatic intC_AUTOautomatic variablestatic intC_AUTOARGautomatic argumentstatic intC_BLOCK".bb" or ".eb" - beginning or end of blockstatic intC_EFCNphysical end of functionstatic intC_ENTAGenumeration tagstatic intC_EOSend of structurestatic intC_EXTexternal (public) symbol - globals and externsstatic intC_EXTDEFexternal definitionstatic intC_FCN".bf" or ".ef" - beginning or end of functionstatic intC_FIELDbit fieldstatic intC_FILEfile namestatic intC_HIDDENexternal symbol in dmert public libstatic intC_LABELlabelstatic intC_LASTENTdummy entry (end of block)static intC_LINEline number, reformatted as symbolstatic intC_MOEmember of enumerationstatic intC_MOSmember of structurestatic intC_MOUmember of unionstatic intC_NULLno entrystatic intC_REGregister variablestatic intC_REGPARAMregister parameterstatic intC_STATstatic (private) symbolstatic intC_STRTAGstructure tagstatic intC_TPDEFtype definitionstatic intC_ULABELundefined labelstatic intC_UNTAGunion tagstatic intC_USTATICundefined static
-
Constructor Summary
Constructors Constructor Description CoffSymbolStorageClass()
-
-
-
Field Detail
-
C_NULL
public static final int C_NULL
no entry- See Also:
- Constant Field Values
-
C_AUTO
public static final int C_AUTO
automatic variable- See Also:
- Constant Field Values
-
C_EXT
public static final int C_EXT
external (public) symbol - globals and externs- See Also:
- Constant Field Values
-
C_STAT
public static final int C_STAT
static (private) symbol- See Also:
- Constant Field Values
-
C_REG
public static final int C_REG
register variable- See Also:
- Constant Field Values
-
C_EXTDEF
public static final int C_EXTDEF
external definition- See Also:
- Constant Field Values
-
C_LABEL
public static final int C_LABEL
label- See Also:
- Constant Field Values
-
C_ULABEL
public static final int C_ULABEL
undefined label- See Also:
- Constant Field Values
-
C_MOS
public static final int C_MOS
member of structure- See Also:
- Constant Field Values
-
C_ARG
public static final int C_ARG
function argument- See Also:
- Constant Field Values
-
C_STRTAG
public static final int C_STRTAG
structure tag- See Also:
- Constant Field Values
-
C_MOU
public static final int C_MOU
member of union- See Also:
- Constant Field Values
-
C_UNTAG
public static final int C_UNTAG
union tag- See Also:
- Constant Field Values
-
C_TPDEF
public static final int C_TPDEF
type definition- See Also:
- Constant Field Values
-
C_USTATIC
public static final int C_USTATIC
undefined static- See Also:
- Constant Field Values
-
C_ENTAG
public static final int C_ENTAG
enumeration tag- See Also:
- Constant Field Values
-
C_MOE
public static final int C_MOE
member of enumeration- See Also:
- Constant Field Values
-
C_REGPARAM
public static final int C_REGPARAM
register parameter- See Also:
- Constant Field Values
-
C_FIELD
public static final int C_FIELD
bit field- See Also:
- Constant Field Values
-
C_AUTOARG
public static final int C_AUTOARG
automatic argument- See Also:
- Constant Field Values
-
C_LASTENT
public static final int C_LASTENT
dummy entry (end of block)- See Also:
- Constant Field Values
-
C_BLOCK
public static final int C_BLOCK
".bb" or ".eb" - beginning or end of block- See Also:
- Constant Field Values
-
C_FCN
public static final int C_FCN
".bf" or ".ef" - beginning or end of function- See Also:
- Constant Field Values
-
C_EOS
public static final int C_EOS
end of structure- See Also:
- Constant Field Values
-
C_FILE
public static final int C_FILE
file name- See Also:
- Constant Field Values
-
C_LINE
public static final int C_LINE
line number, reformatted as symbol- See Also:
- Constant Field Values
-
C_ALIAS
public static final int C_ALIAS
duplicate tag- See Also:
- Constant Field Values
-
C_HIDDEN
public static final int C_HIDDEN
external symbol in dmert public lib- See Also:
- Constant Field Values
-
C_EFCN
public static final int C_EFCN
physical end of function- See Also:
- Constant Field Values
-
-