Home
last modified time | relevance | path

Searched refs:DynsymCompare (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h489 struct DynsymCompare { struct
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp783 if (DynsymCompare().needGNUHash(**symbol)) in sizeNamePools()
1163 if (DynsymCompare().needGNUHash(**symbol)) in emitGNUHashTab()
1300 symbols.dynamicBegin(), symbols.dynamicEnd(), DynsymCompare()); in orderSymbolTable()
2928 bool GNULDBackend::DynsymCompare::needGNUHash(const LDSymbol& X) const { in needGNUHash()
2935 bool GNULDBackend::DynsymCompare::operator()(const LDSymbol* X, in operator ()()