decompiler
1.0.0
|
This is the complete list of members for ghidra::Scope, including all inherited members.
addCodeLabel(const Address &addr, const string &nm) | ghidra::Scope | |
addDynamicMapInternal(Symbol *sym, uint4 exfl, uint8 hash, int4 off, int4 sz, const RangeList &uselim)=0 | ghidra::Scope | protectedpure virtual |
addDynamicSymbol(const string &nm, Datatype *ct, const Address &caddr, uint8 hash) | ghidra::Scope | |
addEquateSymbol(const string &nm, uint4 format, uintb value, const Address &addr, uint8 hash) | ghidra::Scope | |
addExternalRef(const Address &addr, const Address &refaddr, const string &nm) | ghidra::Scope | |
addFunction(const Address &addr, const string &nm) | ghidra::Scope | |
addMap(SymbolEntry &entry) | ghidra::Scope | protected |
addMapInternal(Symbol *sym, uint4 exfl, const Address &addr, int4 off, int4 sz, const RangeList &uselim)=0 | ghidra::Scope | protectedpure virtual |
addMapPoint(Symbol *sym, const Address &addr, const Address &usepoint) | ghidra::Scope | |
addMapSym(Decoder &decoder) | ghidra::Scope | |
addRange(AddrSpace *spc, uintb first, uintb last) | ghidra::Scope | protectedvirtual |
addSymbol(const string &nm, Datatype *ct, const Address &addr, const Address &usepoint) | ghidra::Scope | virtual |
addSymbol(const string &nm, Datatype *ct) | ghidra::Scope | |
addSymbolInternal(Symbol *sym)=0 | ghidra::Scope | protectedpure virtual |
addUnionFacetSymbol(const string &nm, Datatype *dt, int4 fieldNum, const Address &addr, uint8 hash) | ghidra::Scope | |
adjustCaches(void)=0 | ghidra::Scope | pure virtual |
attachScope(Scope *child) | ghidra::Scope | private |
begin(void) const =0 | ghidra::Scope | pure virtual |
beginDynamic(void) const =0 | ghidra::Scope | pure virtual |
beginDynamic(void)=0 | ghidra::Scope | pure virtual |
buildDefaultName(Symbol *sym, int4 &base, Varnode *vn) const | ghidra::Scope | |
buildSubScope(uint8 id, const string &nm)=0 | ghidra::Scope | protectedpure virtual |
buildUndefinedName(void) const =0 | ghidra::Scope | pure virtual |
buildVariableName(const Address &addr, const Address &pc, Datatype *ct, int4 &index, uint4 flags) const =0 | ghidra::Scope | pure virtual |
children | ghidra::Scope | private |
childrenBegin() const | ghidra::Scope | inline |
childrenEnd() const | ghidra::Scope | inline |
clear(void)=0 | ghidra::Scope | pure virtual |
clearAttribute(Symbol *sym, uint4 attr)=0 | ghidra::Scope | pure virtual |
clearCategory(int4 cat)=0 | ghidra::Scope | pure virtual |
clearUnlocked(void)=0 | ghidra::Scope | pure virtual |
clearUnlockedCategory(int4 cat)=0 | ghidra::Scope | pure virtual |
Database (defined in ghidra::Scope) | ghidra::Scope | friend |
decode(Decoder &decoder)=0 | ghidra::Scope | pure virtual |
decodeWrappingAttributes(Decoder &decoder) | ghidra::Scope | inlinevirtual |
detachScope(ScopeMap::iterator iter) | ghidra::Scope | private |
discoverScope(const Address &addr, int4 sz, const Address &usepoint) | ghidra::Scope | |
displayName | ghidra::Scope | protected |
encode(Encoder &encoder) const =0 | ghidra::Scope | pure virtual |
encodeRecursive(Encoder &encoder, bool onlyGlobal) const | ghidra::Scope | |
end(void) const =0 | ghidra::Scope | pure virtual |
endDynamic(void) const =0 | ghidra::Scope | pure virtual |
endDynamic(void)=0 | ghidra::Scope | pure virtual |
fd | ghidra::Scope | protected |
findAddr(const Address &addr, const Address &usepoint) const =0 | ghidra::Scope | pure virtual |
findByName(const string &nm, vector< Symbol *> &res) const =0 | ghidra::Scope | pure virtual |
findClosestFit(const Address &addr, int4 size, const Address &usepoint) const =0 | ghidra::Scope | pure virtual |
findCodeLabel(const Address &addr) const =0 | ghidra::Scope | pure virtual |
findContainer(const Address &addr, int4 size, const Address &usepoint) const =0 | ghidra::Scope | pure virtual |
findDistinguishingScope(const Scope *op2) const | ghidra::Scope | |
findExternalRef(const Address &addr) const =0 | ghidra::Scope | pure virtual |
findFunction(const Address &addr) const =0 | ghidra::Scope | pure virtual |
findOverlap(const Address &addr, int4 size) const =0 | ghidra::Scope | pure virtual |
getArch(void) const | ghidra::Scope | inline |
getCategorySize(int4 cat) const =0 | ghidra::Scope | pure virtual |
getCategorySymbol(int4 cat, int4 ind) const =0 | ghidra::Scope | pure virtual |
getDisplayName(void) const | ghidra::Scope | inline |
getFullName(void) const | ghidra::Scope | |
getId(void) const | ghidra::Scope | inline |
getName(void) const | ghidra::Scope | inline |
getParent(void) const | ghidra::Scope | inline |
getRangeTree(void) const | ghidra::Scope | inlineprotected |
getScopePath(vector< const Scope *> &vec) const | ghidra::Scope | |
glb | ghidra::Scope | protected |
hashScopeName(uint8 baseId, const string &nm) | ghidra::Scope | privatestatic |
inScope(const Address &addr, int4 size, const Address &usepoint) const | ghidra::Scope | inlinevirtual |
isGlobal(void) const | ghidra::Scope | inline |
isNameUsed(const string &nm, const Scope *op2) const =0 | ghidra::Scope | pure virtual |
isReadOnly(const Address &addr, int4 size, const Address &usepoint) const | ghidra::Scope | |
isSubScope(const Scope *scp) const | ghidra::Scope | |
makeNameUnique(const string &nm) const =0 | ghidra::Scope | pure virtual |
name | ghidra::Scope | protected |
overrideSizeLockType(Symbol *sym, Datatype *ct) | ghidra::Scope | |
owner | ghidra::Scope | private |
parent | ghidra::Scope | private |
printBounds(ostream &s) const | ghidra::Scope | inline |
printEntries(ostream &s) const =0 | ghidra::Scope | pure virtual |
queryByAddr(const Address &addr, const Address &usepoint) const | ghidra::Scope | |
queryByName(const string &nm, vector< Symbol *> &res) const | ghidra::Scope | |
queryCodeLabel(const Address &addr) const | ghidra::Scope | |
queryContainer(const Address &addr, int4 size, const Address &usepoint) const | ghidra::Scope | |
queryExternalRefFunction(const Address &addr) const | ghidra::Scope | |
queryFunction(const string &nm) const | ghidra::Scope | |
queryFunction(const Address &addr) const | ghidra::Scope | |
queryProperties(const Address &addr, int4 size, const Address &usepoint, uint4 &flags) const | ghidra::Scope | |
rangetree | ghidra::Scope | private |
removeRange(AddrSpace *spc, uintb first, uintb last) | ghidra::Scope | protectedvirtual |
removeSymbol(Symbol *symbol)=0 | ghidra::Scope | pure virtual |
removeSymbolMappings(Symbol *symbol)=0 | ghidra::Scope | pure virtual |
renameSymbol(Symbol *sym, const string &newname)=0 | ghidra::Scope | pure virtual |
resetSizeLockType(Symbol *sym) | ghidra::Scope | |
resolveExternalRefFunction(ExternRefSymbol *sym) const =0 | ghidra::Scope | pure virtual |
resolveScope(const string &nm, bool strategy) const | ghidra::Scope | |
restrictScope(Funcdata *f) | ghidra::Scope | protectedvirtual |
retypeSymbol(Symbol *sym, Datatype *ct)=0 | ghidra::Scope | pure virtual |
Scope(uint8 id, const string &nm, Architecture *g, Scope *own) | ghidra::Scope | inline |
ScopeCompare (defined in ghidra::Scope) | ghidra::Scope | friend |
setAttribute(Symbol *sym, uint4 attr)=0 | ghidra::Scope | pure virtual |
setCategory(Symbol *sym, int4 cat, int4 ind)=0 | ghidra::Scope | pure virtual |
setDisplayFormat(Symbol *sym, uint4 attr)=0 | ghidra::Scope | pure virtual |
setDisplayName(const string &nm) | ghidra::Scope | inlineprotected |
setSymbolId(Symbol *sym, uint8 id) const | ghidra::Scope | inlineprotected |
setThisPointer(Symbol *sym, bool val) | ghidra::Scope | inline |
stackAddr(const Scope *scope1, const Scope *scope2, const Address &addr, const Address &usepoint, SymbolEntry **addrmatch) | ghidra::Scope | protectedstatic |
stackClosestFit(const Scope *scope1, const Scope *scope2, const Address &addr, int4 size, const Address &usepoint, SymbolEntry **addrmatch) | ghidra::Scope | protectedstatic |
stackCodeLabel(const Scope *scope1, const Scope *scope2, const Address &addr, LabSymbol **addrmatch) | ghidra::Scope | protectedstatic |
stackContainer(const Scope *scope1, const Scope *scope2, const Address &addr, int4 size, const Address &usepoint, SymbolEntry **addrmatch) | ghidra::Scope | protectedstatic |
stackExternalRef(const Scope *scope1, const Scope *scope2, const Address &addr, ExternRefSymbol **addrmatch) | ghidra::Scope | protectedstatic |
stackFunction(const Scope *scope1, const Scope *scope2, const Address &addr, Funcdata **addrmatch) | ghidra::Scope | protectedstatic |
uniqueId | ghidra::Scope | protected |
~Scope(void) | ghidra::Scope | virtual |