Package ghidra.app.util.bin.format.xcoff
Class XCoffSymbolStorageClass
java.lang.Object
ghidra.app.util.bin.format.xcoff.XCoffSymbolStorageClass
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
beginning of the common blockstatic final int
beginning of include filestatic final int
beginning or end of inner blockstatic final int
beginning of static blockstatic final int
declaration of object (type)static final int
local member of common blockstatic final int
end of common blockstatic final int
end of include filestatic final int
alternate entrystatic final int
end of static blockstatic final int
external symbolstatic final int
beginning or end of functionstatic final int
source file name and compiler informationstatic final int
function or procedurestatic final int
global variablestatic final int
unnamed external symbolstatic final int
comment section referencestatic final int
automatic variable allocated on stackstatic final int
symbol table entry marked for deletionstatic final int
argument to subroutine allocated on stackstatic final int
argument to function or procedure stored in registerstatic final int
register variablestatic final int
static symbol (unknown)static final int
statically allocated symbolstatic final int
reservedstatic final int
weak external symbol -
Constructor Summary
-
Method Summary
-
Field Details
-
C_BCOMM
public static final int C_BCOMMbeginning of the common block- See Also:
-
C_BINCL
public static final int C_BINCLbeginning of include file- See Also:
-
C_BLOCK
public static final int C_BLOCKbeginning or end of inner block- See Also:
-
C_BSTAT
public static final int C_BSTATbeginning of static block- See Also:
-
C_DECL
public static final int C_DECLdeclaration of object (type)- See Also:
-
C_ECOML
public static final int C_ECOMLlocal member of common block- See Also:
-
C_ECOMM
public static final int C_ECOMMend of common block- See Also:
-
C_EINCL
public static final int C_EINCLend of include file- See Also:
-
C_ENTRY
public static final int C_ENTRYalternate entry- See Also:
-
C_ESTAT
public static final int C_ESTATend of static block- See Also:
-
C_EXT
public static final int C_EXTexternal symbol- See Also:
-
C_FCN
public static final int C_FCNbeginning or end of function- See Also:
-
C_FILE
public static final int C_FILEsource file name and compiler information- See Also:
-
C_FUN
public static final int C_FUNfunction or procedure- See Also:
-
C_GSYM
public static final int C_GSYMglobal variable- See Also:
-
C_HIDEXT
public static final int C_HIDEXTunnamed external symbol- See Also:
-
C_INFO
public static final int C_INFOcomment section reference- See Also:
-
C_LSYM
public static final int C_LSYMautomatic variable allocated on stack- See Also:
-
C_NULL
public static final int C_NULLsymbol table entry marked for deletion- See Also:
-
C_PSYM
public static final int C_PSYMargument to subroutine allocated on stack- See Also:
-
C_RPSYM
public static final int C_RPSYMargument to function or procedure stored in register- See Also:
-
C_RSYM
public static final int C_RSYMregister variable- See Also:
-
C_STAT
public static final int C_STATstatic symbol (unknown)- See Also:
-
C_STSYM
public static final int C_STSYMstatically allocated symbol- See Also:
-
C_TCSYM
public static final int C_TCSYMreserved- See Also:
-
C_WEAKEXT
public static final int C_WEAKEXTweak external symbol- See Also:
-
-
Constructor Details
-
XCoffSymbolStorageClass
public XCoffSymbolStorageClass()
-