Home
last modified time | relevance | path

Searched refs:UpdateSectionAlign (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp87 UpdateSectionAlign(*target, pInputSection); in MergeSection()
98 UpdateSectionAlign(*target, pInputSection); in MergeSection()
120 UpdateSectionAlign(*target, pInputSection); in MergeSection()
166 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom) { in UpdateSectionAlign() function in mcld::ObjectBuilder
172 void ObjectBuilder::UpdateSectionAlign(LDSection& pSection, in UpdateSectionAlign() function in mcld::ObjectBuilder
DObjectLinker.cpp420 builder.UpdateSectionAlign(*out_sect, *in_sect); in mergeSections()
430 builder.UpdateSectionAlign(*target, *out_sect); in mergeSections()
/frameworks/compile/mclinker/include/mcld/Object/
DObjectBuilder.h71 static void UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom);
74 static void UpdateSectionAlign(LDSection& pSection,
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp632 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols()
638 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
659 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols()
665 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1554 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols()
1559 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
1580 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols()
1585 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()