HomeSort by relevance Sort by last modified time
    Searched full:pdef (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 816 // symbol NAME/NULL. PDEF points to the entry for NAME/NULL.
822 Symbol_table_type::iterator pdef)
829 pdef->second = sym;
832 else if (pdef->second == sym)
868 if (pdef->second->version() != NULL)
869 gold_assert(pdef->second->version() != sym->version());
871 && pdef->second->is_from_dynobj())
873 else if (pdef->second->visibility() != elfcpp::STV_DEFAULT
879 symdef = this->get_sized_symbol<size>(pdef->second);
881 this->make_forwarder(pdef->second, sym)
    [all...]
  /external/libxml2/
relaxng.c 390 xmlRelaxNGDefinePtr pdef; /* the non-streamable definition */ member in struct:_xmlRelaxNGValidCtxt
    [all...]

Completed in 112 milliseconds