modifiedmethod:
getExternalLocations
param 1 renamed: libScope → namespace; return type: List → Set
- java.util.List<ghidra.program.model.symbol.ExternalLocation> getExternalLocations(ghidra.program.model.symbol.Namespace libScope, java.lang.String extLabel)
+ java.util.Set<ghidra.program.model.symbol.ExternalLocation> getExternalLocations(ghidra.program.model.symbol.Namespace namespace, java.lang.String extLabel)
modifiedmethod:
getExternalLocations
return type: List → Set
- java.util.List<ghidra.program.model.symbol.ExternalLocation> getExternalLocations(java.lang.String libraryName, java.lang.String label)
+ java.util.Set<ghidra.program.model.symbol.ExternalLocation> getExternalLocations(java.lang.String libraryName, java.lang.String label)
removedmethod:
getExternalLocation
ghidra.program.model.symbol.ExternalLocation getExternalLocation(java.lang.String extName, java.lang.String extLabel)
removedmethod:
getExternalLocation
ghidra.program.model.symbol.ExternalLocation getExternalLocation(ghidra.program.model.symbol.Namespace extNamespace, java.lang.String extLabel)
removedmethod:
setLanguage
void setLanguage(ghidra.program.util.LanguageTranslator translator, ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedmethod:
programReady
void programReady(ghidra.framework.data.OpenMode openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod:
programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
modifiedmethod:
addExtFunction
removed throws DuplicateNameException
- ghidra.program.model.symbol.ExternalLocation addExtFunction(ghidra.program.model.symbol.Namespace extParentNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType) throws InvalidInputException, DuplicateNameException
+ ghidra.program.model.symbol.ExternalLocation addExtFunction(ghidra.program.model.symbol.Namespace extParentNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType) throws InvalidInputException
modifiedmethod:
addExtFunction
removed throws DuplicateNameException
- ghidra.program.model.symbol.ExternalLocation addExtFunction(ghidra.program.model.symbol.Namespace extNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType, boolean reuseExisting) throws InvalidInputException, DuplicateNameException
+ ghidra.program.model.symbol.ExternalLocation addExtFunction(ghidra.program.model.symbol.Namespace extNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType, boolean reuseExisting) throws InvalidInputException
modifiedmethod:
addExtLocation
removed throws DuplicateNameException
- ghidra.program.model.symbol.ExternalLocation addExtLocation(ghidra.program.model.symbol.Namespace extParentNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType) throws InvalidInputException, DuplicateNameException
+ ghidra.program.model.symbol.ExternalLocation addExtLocation(ghidra.program.model.symbol.Namespace extParentNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType) throws InvalidInputException
modifiedmethod:
addExtLocation
removed throws DuplicateNameException
- ghidra.program.model.symbol.ExternalLocation addExtLocation(ghidra.program.model.symbol.Namespace extParentNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType, boolean reuseExisting) throws InvalidInputException, DuplicateNameException
+ ghidra.program.model.symbol.ExternalLocation addExtLocation(ghidra.program.model.symbol.Namespace extParentNamespace, java.lang.String extLabel, ghidra.program.model.address.Address extAddr, ghidra.program.model.symbol.SourceType sourceType, boolean reuseExisting) throws InvalidInputException