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 int
C_ALIAS
duplicate tagstatic int
C_ARG
function argumentstatic int
C_AUTO
automatic variablestatic int
C_AUTOARG
automatic argumentstatic int
C_BLOCK
".bb" or ".eb" - beginning or end of blockstatic int
C_EFCN
physical end of functionstatic int
C_ENTAG
enumeration tagstatic int
C_EOS
end of structurestatic int
C_EXT
external (public) symbol - globals and externsstatic int
C_EXTDEF
external definitionstatic int
C_FCN
".bf" or ".ef" - beginning or end of functionstatic int
C_FIELD
bit fieldstatic int
C_FILE
file namestatic int
C_HIDDEN
external symbol in dmert public libstatic int
C_LABEL
labelstatic int
C_LASTENT
dummy entry (end of block)static int
C_LINE
line number, reformatted as symbolstatic int
C_MOE
member of enumerationstatic int
C_MOS
member of structurestatic int
C_MOU
member of unionstatic int
C_NULL
no entrystatic int
C_REG
register variablestatic int
C_REGPARAM
register parameterstatic int
C_STAT
static (private) symbolstatic int
C_STRTAG
structure tagstatic int
C_TPDEF
type definitionstatic int
C_ULABEL
undefined labelstatic int
C_UNTAG
union tagstatic int
C_USTATIC
undefined 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
-
-