Class CoffSymbolStorageClass

java.lang.Object
ghidra.app.util.bin.format.coff.CoffSymbolStorageClass

public class CoffSymbolStorageClass extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    duplicate tag
    static final int
    function argument
    static final int
    automatic variable
    static final int
    automatic argument
    static final int
    ".bb" or ".eb" - beginning or end of block
    static final int
    physical end of function
    static final int
    enumeration tag
    static final int
    end of structure
    static final int
    external (public) symbol - globals and externs
    static final int
    external definition
    static final int
    ".bf" or ".ef" - beginning or end of function
    static final int
    bit field
    static final int
    file name
    static final int
    external symbol in dmert public lib
    static final int
    label
    static final int
    dummy entry (end of block)
    static final int
    line number, reformatted as symbol
    static final int
    member of enumeration
    static final int
    member of structure
    static final int
    member of union
    static final int
    no entry
    static final int
    register variable
    static final int
    register parameter
    static final int
    static (private) symbol
    static final int
    structure tag
    static final int
    type definition
    static final int
    undefined label
    static final int
    union tag
    static final int
    undefined static
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait