Package ghidra.pcode.emu.jit.var
Interface JitMemoryVar
- All Known Implementing Classes:
JitDirectMemoryVar
,JitIndirectMemoryVar
,JitMemoryOutVar
A p-code variable located in memory.
The offset could be fixed or variable. The variable is shared among all threads.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.pcode.emu.jit.var.JitVal
JitVal.ValUse
-
Method Summary