Searched refs:NoType (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFBinaryReader.cpp | 92 ResolveInfo::NoType, in readBinary() 102 ResolveInfo::NoType, in readBinary() 112 ResolveInfo::NoType, in readBinary()
|
D | StaticResolver.cpp | 174 (pOld.desc() == pNew.desc() || pOld.desc() == ResolveInfo::NoType || in resolve() 175 pNew.desc() == ResolveInfo::NoType)) { in resolve()
|
/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 278 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 294 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 310 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 326 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 341 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 356 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 377 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 392 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 407 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F() 422 ASSERT_TRUE(ResolveInfo::NoType == sym->type()); in TEST_F()
|
D | NamePoolTest.cpp | 104 ResolveInfo::Type type = ResolveInfo::NoType; in TEST_F()
|
D | LinkerTest.cpp | 486 ResolveInfo::NoType, in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 243 ResolveInfo::NoType, in initStandardSymbols() 256 ResolveInfo::NoType, in initStandardSymbols() 281 ResolveInfo::NoType, in initStandardSymbols() 292 ResolveInfo::NoType, in initStandardSymbols() 312 ResolveInfo::NoType, in initStandardSymbols() 323 ResolveInfo::NoType, in initStandardSymbols() 343 ResolveInfo::NoType, in initStandardSymbols() 354 ResolveInfo::NoType, in initStandardSymbols() 373 ResolveInfo::NoType, in initStandardSymbols() 398 ResolveInfo::NoType, in initStandardSymbols() [all …]
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64CA53ErratumStub.cpp | 85 ResolveInfo::NoType, in applyFixup()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 50 NoType = 0, enumerator
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 127 ResolveInfo::NoType, in addUndefinedSymbols() 528 ResolveInfo::Type type = ResolveInfo::NoType; in addScriptSymbols()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 246 ResolveInfo::NoType, in initTargetSymbols() 256 ResolveInfo::NoType, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 161 ResolveInfo::NoType, in initTargetSymbols()
|