Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
userop.hh File Reference

Classes for more detailed definitions of user defined p-code operations. More...

#include "typeop.hh"
Include dependency graph for userop.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  ghidra::UserPcodeOp
 The base class for a detailed definition of a user-defined p-code operation. More...
 
class  ghidra::UnspecializedPcodeOp
 A user defined p-code op with no specialization. More...
 
class  ghidra::DatatypeUserOp
 Generic user defined operation that provides input/output data-types. More...
 
class  ghidra::InjectedUserOp
 A user defined operation that is injected with other p-code. More...
 
class  ghidra::VolatileOp
 A base class for operations that access volatile memory. More...
 
class  ghidra::VolatileReadOp
 An operation that reads from volatile memory. More...
 
class  ghidra::VolatileWriteOp
 An operation that writes to volatile memory. More...
 
class  ghidra::TermPatternOp
 A user defined p-code op that has a dynamically defined procedure. More...
 
class  ghidra::SegmentOp
 The segmented address operator. More...
 
class  ghidra::JumpAssistOp
 A user defined p-code op for assisting the recovery of jump tables. More...
 
class  ghidra::InternalStringOp
 An op that displays as an internal string. More...
 
class  ghidra::UserOpManage
 Manager/container for description objects (UserPcodeOp) of user defined p-code ops. More...
 

Detailed Description

Classes for more detailed definitions of user defined p-code operations.