Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h490 bool needGNUHash(const LDSymbol& X) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp783 if (DynsymCompare().needGNUHash(**symbol)) in sizeNamePools()
1163 if (DynsymCompare().needGNUHash(**symbol)) in emitGNUHashTab()
2928 bool GNULDBackend::DynsymCompare::needGNUHash(const LDSymbol& X) const { in needGNUHash() function in mcld::GNULDBackend::DynsymCompare
2937 return !needGNUHash(*X) && needGNUHash(*Y); in operator ()()