HomeSort by relevance Sort by last modified time
    Searched refs:getBindingAttribute (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/linkloader/include/
ELFSymbol.h 89 byte_t getBindingAttribute() const {
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 98 PRINT_LINT("Bind", getBindingAttributeStr(getBindingAttribute()));
112 setw(10) << getBindingAttributeStr(getBindingAttribute()) <<
ELFObject.hxx 513 if (sym->getBindingAttribute() == STB_LOCAL) { // local binding
580 if (sym->getBindingAttribute() == STB_LOCAL) {
602 sym->getBindingAttribute());

Completed in 850 milliseconds