Searched refs:needGNUHash (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h438 bool needGNUHash(const LDSymbol& X) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp785 if (DynsymCompare().needGNUHash(**symbol))
1200 if (DynsymCompare().needGNUHash(**symbol))
2614 bool GNULDBackend::DynsymCompare::needGNUHash(const LDSymbol& X) const function in class:GNULDBackend::DynsymCompare
2625 return !needGNUHash(*X) && needGNUHash(*Y);

Completed in 61 milliseconds