Home
last modified time | relevance | path

Searched refs:com_sym (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp628 SymbolCategory::iterator com_sym, com_end; in allocateCommonSymbols() local
658 for (com_sym = symbol_list.localBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
659 if (ResolveInfo::Common == (*com_sym)->desc()) { in allocateCommonSymbols()
665 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
666 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
667 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols()
669 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()
673 (*com_sym)->value()); in allocateCommonSymbols()
679 (*com_sym)->value()); in allocateCommonSymbols()
686 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
[all …]
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1562 SymbolCategory::iterator com_sym, com_end; in allocateCommonSymbols() local
1592 for (com_sym = symbol_list.localBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
1593 if (ResolveInfo::Common == (*com_sym)->desc()) { in allocateCommonSymbols()
1599 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
1600 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols()
1601 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols()
1603 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()
1607 (*com_sym)->value()); in allocateCommonSymbols()
1612 (*com_sym)->value()); in allocateCommonSymbols()
1619 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
[all …]