Package ghidra.program.model.pcode
Class HighGlobal
java.lang.Object
ghidra.program.model.pcode.HighVariable
ghidra.program.model.pcode.HighGlobal
All references (per function) to a single global variable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHighGlobal
(HighFunction high) Constructor for use with restoreXmlHighGlobal
(HighSymbol sym, Varnode vn, Varnode[] inst) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Decode this HighVariable from a<high>
element in the streamRetrieve any underlying HighSymbolMethods inherited from class ghidra.program.model.pcode.HighVariable
attachInstances, decodeInstances, getDataType, getHighFunction, getInstances, getName, getOffset, getRepresentative, getSize, requiresDynamicStorage, setHighOnInstances
-
Constructor Details
-
HighGlobal
Constructor for use with restoreXml- Parameters:
high
- is the HighFunction this global is accessed by
-
HighGlobal
-
-
Method Details
-
getSymbol
Description copied from class:HighVariable
Retrieve any underlying HighSymbol- Specified by:
getSymbol
in classHighVariable
- Returns:
- the HighSymbol
-
decode
Description copied from class:HighVariable
Decode this HighVariable from a<high>
element in the stream- Specified by:
decode
in classHighVariable
- Parameters:
decoder
- is the stream decoder- Throws:
DecoderException
- for invalid encodings
-