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

  /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...]
StaticResolverTest.cpp 275 ASSERT_FALSE(sym->isDyn());
291 ASSERT_FALSE(sym->isDyn());
307 ASSERT_FALSE(sym->isDyn());
321 ASSERT_FALSE(sym->isDyn());
336 ASSERT_FALSE(sym->isDyn());
351 ASSERT_FALSE(sym->isDyn());
374 ASSERT_FALSE(sym->isDyn());
389 ASSERT_FALSE(sym->isDyn());
402 ASSERT_FALSE(sym->isDyn());
417 ASSERT_FALSE(sym->isDyn());
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 73 bool isDyn() const {
75 return m_pResolveInfo->isDyn();
StaticResolver.h 112 if (pInfo.isAbsolute() && pInfo.isDyn())
116 if (pInfo.isCommon() && pInfo.isDyn())
ResolveInfo.h 26 * - IsDyn - appear in dynamic objects or regular objects
150 bool isDyn() const;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 61 if (rsym->isDyn() || rsym->isUndef())
MipsRelocator.cpp 205 // We assume -Bsymbolic to bind all symbols internaly via !rsym->isDyn()
218 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
531 if (alias == &pSym || !alias->isDyn())
579 return pSym.isLocal() || !getTarget().isDynamicSymbol(pSym) || !pSym.isDyn();
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 134 bool ResolveInfo::isDyn() const {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 139 if (pSym.isDyn() || pSym.isUndef() ||
AArch64Relocator.cpp 314 if (rsym->isDefine() && !rsym->isDyn() &&
400 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
596 !pReloc.symInfo()->isDyn() &&
625 !pReloc.symInfo()->isDyn() &&
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 33 ((!pReloc.symInfo()->isUndef() || pReloc.symInfo()->isDyn()) &&
63 if (pSym.isDyn() || pSym.isUndef() ||
679 if (rsym->isDefine() && !rsym->isDyn() &&
756 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 53 if (pSym.isDyn() || pSym.isUndef() ||
185 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
253 if (alias != &pSym && alias->isDyn()) {
588 if (rsym->isDefine() && !rsym->isDyn() &&
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 49 if (pSym.isDyn() || pSym.isUndef() ||
222 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
458 if (alias != &pSym && alias->isDyn()) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 717 if (info == NULL || !(info->isUndef() || info->isDyn())) {
814 if (info == NULL || !(info->isUndef() || info->isDyn())) {

Completed in 290 milliseconds