Package ghidra.pcode.emu.jit.var
package ghidra.pcode.emu.jit.var
-
ClassDescriptionAn abstract implementation of
JitOutVar
.An abstract implementation ofJitVal
.An abstract implementation ofJitVar
.An abstract implementation ofJitVarnodeVar
.A p-code constant use-def node.A p-code variable node with a fixed location in memory.A dummy variable node representing an indirect memory access.A p-code variable that is an input to a passage, i.e., there are reads possible before writes.A p-code register or unique variable with a defining p-code op.A p-code variable node with a fixed location in memory and a defining p-code op.A p-code variable located in memory.A p-code variable whose definition could not be determined.A p-code variable node with a defining p-code op.A p-code value use-def node.The use of a value node by an operator node.A p-code variable use-def node.A p-code variable node with a fixed address (given by aVarnode
).