mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-1653 Allow PrototypeModel aliases
This commit is contained in:
parent
22a5950d08
commit
cb913e6a91
6 changed files with 234 additions and 45 deletions
|
@ -258,6 +258,7 @@ protected:
|
|||
void fillinReadOnlyFromLoader(void); ///< Load info about read-only sections
|
||||
void initializeSegments(); ///< Set up segment resolvers
|
||||
void cacheAddrSpaceProperties(void); ///< Calculate some frequently used space properties and cache them
|
||||
void createModelAlias(const string &aliasName,const string &parentName); ///< Create name alias for a ProtoModel
|
||||
|
||||
void parseProcessorConfig(DocumentStorage &store); ///< Apply processor specific configuration
|
||||
void parseCompilerConfig(DocumentStorage &store); ///< Apply compiler specific configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue