mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Attach handling of "this" to ProtoParameter
This commit is contained in:
parent
bcc0f7fe38
commit
004a99bb87
29 changed files with 338 additions and 149 deletions
|
@ -243,6 +243,7 @@ protected:
|
|||
void copySpaces(const AddrSpaceManager *op2); ///< Copy spaces from another manager
|
||||
void addSpacebasePointer(SpacebaseSpace *basespace,const VarnodeData &ptrdata,int4 truncSize,bool stackGrowth); ///< Set the base register of a spacebase space
|
||||
void insertResolver(AddrSpace *spc,AddressResolver *rsolv); ///< Override the base resolver for a space
|
||||
void setInferPtrBounds(const Range &range); ///< Set the range of addresses that can be inferred as pointers
|
||||
JoinRecord *findJoinInternal(uintb offset) const; ///< Find JoinRecord for \e offset in the join space
|
||||
public:
|
||||
AddrSpaceManager(void); ///< Construct an empty address space manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue