Home
last modified time | relevance | path

Searched refs:getBindingAttribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFSymbol.hxx98 PRINT_LINT("Bind", getBindingAttributeStr(getBindingAttribute())); in print()
112 setw(10) << getBindingAttributeStr(getBindingAttribute()) << in print()
DELFObject.hxx513 if (sym->getBindingAttribute() == STB_LOCAL) { // local binding in relocateMIPS()
580 if (sym->getBindingAttribute() == STB_LOCAL) { in relocateMIPS()
602 sym->getBindingAttribute()); in relocateMIPS()
/frameworks/compile/linkloader/include/
DELFSymbol.h89 byte_t getBindingAttribute() const { in getBindingAttribute() function