mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Parameters with persist property
This commit is contained in:
parent
84e4b8c6fe
commit
7329198ad7
10 changed files with 96 additions and 36 deletions
|
@ -1327,8 +1327,8 @@ public:
|
|||
bool checkInputSplit(const Address &loc,int4 size,int4 splitpoint) const {
|
||||
return model->checkInputSplit(loc,size,splitpoint); }
|
||||
|
||||
void updateInputTypes(const vector<Varnode *> &triallist,ParamActive *activeinput);
|
||||
void updateInputNoTypes(const vector<Varnode *> &triallist,ParamActive *activeinput,TypeFactory *factory);
|
||||
void updateInputTypes(Funcdata &data,const vector<Varnode *> &triallist,ParamActive *activeinput);
|
||||
void updateInputNoTypes(Funcdata &data,const vector<Varnode *> &triallist,ParamActive *activeinput);
|
||||
void updateOutputTypes(const vector<Varnode *> &triallist);
|
||||
void updateOutputNoTypes(const vector<Varnode *> &triallist,TypeFactory *factory);
|
||||
void updateAllTypes(const vector<string> &namelist,const vector<Datatype *> &typelist,bool dtdtdt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue