Searched refs:NoType (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFBinaryReader.cpp | 101 ResolveInfo::NoType, in readBinary() 111 ResolveInfo::NoType, in readBinary() 121 ResolveInfo::NoType, in readBinary()
|
D | StaticResolver.cpp | 175 (pOld.desc() == pNew.desc() || pOld.desc() == ResolveInfo::NoType || in resolve() 176 pNew.desc() == ResolveInfo::NoType)) { in resolve()
|
/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 286 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 302 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 318 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 334 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 349 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 364 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 386 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 401 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 416 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 431 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F()
|
D | NamePoolTest.cpp | 124 ResolveInfo::Type type = ResolveInfo::NoType; in TEST_F()
|
D | LinkerTest.cpp | 460 ResolveInfo::NoType, in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 256 ResolveInfo::NoType, in initStandardSymbols() 269 ResolveInfo::NoType, in initStandardSymbols() 295 ResolveInfo::NoType, in initStandardSymbols() 305 ResolveInfo::NoType, in initStandardSymbols() 327 ResolveInfo::NoType, in initStandardSymbols() 337 ResolveInfo::NoType, in initStandardSymbols() 359 ResolveInfo::NoType, in initStandardSymbols() 369 ResolveInfo::NoType, in initStandardSymbols() 391 ResolveInfo::NoType, in initStandardSymbols() 417 ResolveInfo::NoType, in initStandardSymbols() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 49 NoType = 0, enumerator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 180 ResolveInfo::NoType, in initTargetSymbols() 191 ResolveInfo::NoType, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 126 ResolveInfo::NoType, in addUndefinedSymbols() 490 ResolveInfo::Type type = ResolveInfo::NoType; in addScriptSymbols()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 148 ResolveInfo::NoType, in initTargetSymbols()
|