addedmethod:
getMatchingExternalLocation
static ghidra.program.model.symbol.ExternalLocation getMatchingExternalLocation(ghidra.program.model.listing.Program program, ghidra.program.model.symbol.ExternalLocation externalLocation, ghidra.program.model.listing.Program otherProgram, boolean allowInferredMatch)
removedmethod:
getMatchingExternalLocation
static ghidra.program.model.symbol.ExternalLocation getMatchingExternalLocation(ghidra.program.model.listing.Program program, ghidra.program.model.symbol.ExternalLocation externalLocation, ghidra.program.model.listing.Program otherProgram)
addedmethod:
getOverlappingVariable
static ghidra.program.model.listing.Variable getOverlappingVariable(ghidra.program.model.symbol.SymbolTable otherSymTable, ghidra.program.model.listing.Variable var, ghidra.program.model.listing.VariableStorage otherStorage, ghidra.program.model.symbol.Symbol otherFunctionSymbol)
addedmethod:
getVariableSymbol
static ghidra.program.model.symbol.Symbol getVariableSymbol(ghidra.program.model.symbol.Symbol varSym, ghidra.program.model.listing.Program otherProgram, ghidra.program.model.symbol.Namespace otherNamespace)
addedmethod:
getVariableSymbol
static ghidra.program.model.symbol.Symbol getVariableSymbol(ghidra.program.model.symbol.Symbol varSym, ghidra.program.model.listing.Function otherFunction)
addedmethod:
translateMemoryAddress
static ghidra.program.model.address.Address translateMemoryAddress(ghidra.program.model.address.Address addr, ghidra.program.model.listing.Program otherProgram, boolean exactMatchOnly)