Package ghidra.app.util.bin.format.coff
Class CoffSymbolSpecial
java.lang.Object
ghidra.app.util.bin.format.coff.CoffSymbolSpecial
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringaddress of the beginning of a blockstatic final Stringaddress of the beginning of a functionstatic final Stringaddress of the .bss sectionstatic final Stringaddress of the .data sectionstatic final Stringaddress of the end of a blockstatic final StringNext available address after the end of the .data output section.static final Stringaddress of the end of a functionstatic final StringNext available address after the end of the .bss output section.static final StringEnd of a structure, union, or enumeration.static final StringNext available address after the end of the .text output section.static final Stringfile namestatic final StringDummy tag name for a structure, union, or enumeration.static final StringPointer to a structure or union that is returned by a function.static final Stringaddress of the .text section - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetStorageClass(CoffSymbol specialSymbol) static final booleanisSpecial(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
 
 -