Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp91 bool SectionMap::matched(const NamePair& pNamePair, in matched() argument
95 if ('*' == pNamePair.from[0]) in matched()
98 if (pNamePair.from.size() > pInput.size()) in matched()
101 if (!hash::StringHash<hash::ES>::may_include(pNamePair.hash, pHashValue)) in matched()
105 pNamePair.from.c_str(), in matched()
106 pNamePair.from.size())) { in matched()
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h80 bool matched(const NamePair& pNamePair,