Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h495 bool needGNUHash(const LDSymbol& X) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp831 if (DynsymCompare().needGNUHash(**symbol)) in sizeNamePools()
1219 if (DynsymCompare().needGNUHash(**symbol)) in emitGNUHashTab()
3065 bool GNULDBackend::DynsymCompare::needGNUHash(const LDSymbol& X) const in needGNUHash() function in GNULDBackend::DynsymCompare
3076 return !needGNUHash(*X) && needGNUHash(*Y); in operator ()()