Searched refs:Define (Results 1 - 24 of 24) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp73 ResolveInfo::Define,
93 ResolveInfo::Define,
103 ResolveInfo::Define,
113 ResolveInfo::Define,
H A DELFReaderIf.cpp57 return ResolveInfo::Define;
61 return ResolveInfo::Define;
H A DSectionSymbolSet.cpp41 ResolveInfo::Define,
H A DELFObjectWriter.cpp274 if (entry_symbol->desc() != ResolveInfo::Define && issue_warning) {
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp51 new_sym->setDesc(ResolveInfo::Define);
52 old_sym->setDesc(ResolveInfo::Define);
53 ASSERT_TRUE(mcld::ResolveInfo::Define == new_sym->desc());
54 ASSERT_TRUE(mcld::ResolveInfo::Define == old_sym->desc());
70 old_sym->setDesc(ResolveInfo::Define);
81 ASSERT_TRUE(mcld::ResolveInfo::Define == old_sym->desc());
96 new_sym->setDesc(ResolveInfo::Define);
97 old_sym->setDesc(ResolveInfo::Define);
107 ASSERT_TRUE(mcld::ResolveInfo::Define == new_sym->desc());
108 ASSERT_TRUE(mcld::ResolveInfo::Define
[all...]
H A DLinkerTest.cpp434 ResolveInfo::Define,
441 ResolveInfo::Define,
450 ResolveInfo::Define,
459 ResolveInfo::Define,
468 ResolveInfo::Define,
477 ResolveInfo::Define,
H A DNamePoolTest.cpp67 ResolveInfo::Desc desc = ResolveInfo::Define;
/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp48 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53ErratumStub.cpp86 ResolveInfo::Define,
H A DAArch64LDBackend.cpp127 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
134 ResolveInfo::Define,
166 ResolveInfo::Define,
176 ResolveInfo::Define,
H A DAArch64Relocator.cpp137 // Define the copy symbol in the bss section and resolve it
141 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp70 mcld::ResolveInfo::Define,
198 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
205 ResolveInfo::Define,
221 ResolveInfo::Define,
231 ResolveInfo::Define,
247 ResolveInfo::Define,
257 ResolveInfo::Define,
370 ResolveInfo::Define,
380 ResolveInfo::Define,
H A DARMRelocator.cpp368 // Define the copy symbol in the bss section and resolve it
372 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp329 ResolveInfo::Define,
339 ResolveInfo::Define,
478 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
483 ResolveInfo::Define,
493 ResolveInfo::Define,
503 ResolveInfo::Define,
513 ResolveInfo::Define,
790 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
848 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
H A DHexagonRelocator.cpp440 // Define the copy symbol in the bss section and resolve it
444 ResolveInfo::Define,
462 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp124 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
129 ResolveInfo::Define,
136 // Define the symbol _PROCEDURE_LINKAGE_TABLE_ if there is a symbol with the
141 ResolveInfo::Define,
152 ResolveInfo::Define,
162 ResolveInfo::Define,
625 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
652 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
699 ResolveInfo::Define,
709 ResolveInfo::Define,
[all...]
H A DMipsRelocator.cpp511 // Define the copy symbol in the bss section and resolve it
515 ResolveInfo::Define,
537 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp244 ResolveInfo::Define,
257 ResolveInfo::Define,
282 ResolveInfo::Define,
293 ResolveInfo::Define,
313 ResolveInfo::Define,
324 ResolveInfo::Define,
344 ResolveInfo::Define,
355 ResolveInfo::Define,
374 ResolveInfo::Define,
387 ResolveInfo::Define,
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp139 ResolveInfo::Define,
149 ResolveInfo::Define,
256 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
262 ResolveInfo::Define,
H A DX86Relocator.cpp235 // Define the copy symbol in the bss section and resolve it
239 ResolveInfo::Define,
257 ResolveInfo::Define,
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enumerator in enum:mcld::ResolveInfo::Desc
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h278 return ResolveInfo::Define;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp552 ResolveInfo::Define,
567 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp610 ResolveInfo::Define,

Completed in 286 milliseconds