Package ghidra.app.util.bin.format.coff
Class CoffSymbolSpecial
java.lang.Object
ghidra.app.util.bin.format.coff.CoffSymbolSpecial
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
address of the beginning of a blockstatic final String
address of the beginning of a functionstatic final String
address of the .bss sectionstatic final String
address of the .data sectionstatic final String
address of the end of a blockstatic final String
Next available address after the end of the .data output section.static final String
address of the end of a functionstatic final String
Next available address after the end of the .bss output section.static final String
End of a structure, union, or enumeration.static final String
Next available address after the end of the .text output section.static final String
file namestatic final String
Dummy tag name for a structure, union, or enumeration.static final String
Pointer to a structure or union that is returned by a function.static final String
address of the .text section -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getStorageClass
(CoffSymbol specialSymbol) static final boolean
isSpecial
(CoffSymbol symbol)
-
Field Details
-
DOT_FILE
file name- See Also:
-
DOT_TEXT
address of the .text section- See Also:
-
DOT_DATA
address of the .data section- See Also:
-
DOT_BSS
address of the .bss section- See Also:
-
DOT_BB
address of the beginning of a block- See Also:
-
DOT_EB
address of the end of a block- See Also:
-
DOT_BF
address of the beginning of a function- See Also:
-
DOT_EF
address of the end of a function- See Also:
-
DOT_TARGET
Pointer to a structure or union that is returned by a function.- See Also:
-
DOT_NFAKE
Dummy tag name for a structure, union, or enumeration.- See Also:
-
DOT_EOS
End of a structure, union, or enumeration.- See Also:
-
DOT_ETEXT
Next available address after the end of the .text output section.- See Also:
-
DOT_EDATA
Next available address after the end of the .data output section.- See Also:
-
DOT_END
Next available address after the end of the .bss output section.- See Also:
-
-
Constructor Details
-
CoffSymbolSpecial
public CoffSymbolSpecial()
-
-
Method Details
-
isSpecial
-
getStorageClass
-