HomeSort by relevance Sort by last modified time
    Searched defs:isDyn (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 73 bool isDyn() const {
75 return m_pResolveInfo->isDyn();
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 65 bool isDyn = false;
74 name, isDyn, type, desc, binding, size, other, NULL, result1);
78 EXPECT_EQ(isDyn, result1.info->isDyn());
87 name, isDyn, type, desc, binding, size, other, NULL, result2);
91 EXPECT_EQ(isDyn, result1.info->isDyn());
103 bool isDyn = false;
111 name, isDyn, type, desc, binding, size, other, NULL, result1);
115 EXPECT_EQ(isDyn, result1.info->isDyn())
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 134 bool ResolveInfo::isDyn() const {

Completed in 55 milliseconds