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

/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp72 new_sym->setDesc(ResolveInfo::Define);
73 old_sym->setDesc(ResolveInfo::Define);
74 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc());
75 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
91 old_sym->setDesc(ResolveInfo::Define);
102 ASSERT_EQ( mcld::ResolveInfo::Define, old_sym->desc());
117 new_sym->setDesc(ResolveInfo::Define);
118 old_sym->setDesc(ResolveInfo::Define);
128 ASSERT_EQ( mcld::ResolveInfo::Define, new_sym->desc());
129 ASSERT_EQ( mcld::ResolveInfo::Define, old_sy
[all...]
H A DNamePoolTest.cpp73 ResolveInfo::Desc desc = ResolveInfo::Define;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp191 ResolveInfo::Define,
202 ResolveInfo::Define,
222 ResolveInfo::Define,
233 ResolveInfo::Define,
253 ResolveInfo::Define,
264 ResolveInfo::Define,
283 ResolveInfo::Define,
296 ResolveInfo::Define,
307 ResolveInfo::Define,
318 ResolveInfo::Define,
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp117 return ResolveInfo::Define;
121 return ResolveInfo::Define;
H A DELFWriter.cpp159 if (entry_symbol->desc() != ResolveInfo::Define && issue_warning) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h72 Define = 1, enumerator in enum:mcld::ResolveInfo::Desc
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp133 ResolveInfo::Define,
146 ResolveInfo::Define,
242 // Define the copy symbol in the bss section and resolve it
247 ResolveInfo::Define,
704 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
710 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp75 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
81 ResolveInfo::Define,
92 ResolveInfo::Define,
566 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
593 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
852 ResolveInfo::Define,
864 ResolveInfo::Define,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp113 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
119 ResolveInfo::Define,
197 ResolveInfo::Define,
209 ResolveInfo::Define,
304 // Define the copy symbol in the bss section and resolve it
309 ResolveInfo::Define,

Completed in 6107 milliseconds