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
ConstructorsConstructorDescriptionHighGlobal(HighFunction high) Constructor for use with restoreXmlHighGlobal(HighSymbol sym, Varnode vn, Varnode[] inst) -
Method Summary
Modifier and TypeMethodDescriptionvoidDecode 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:HighVariableRetrieve any underlying HighSymbol- Specified by:
getSymbolin classHighVariable- Returns:
- the HighSymbol
-
decode
Description copied from class:HighVariableDecode this HighVariable from a<high>element in the stream- Specified by:
decodein classHighVariable- Parameters:
decoder- is the stream decoder- Throws:
DecoderException- for invalid encodings
-