Searched refs:UpdateSectionAlign (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 87 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
|
D | ObjectLinker.cpp | 420 builder.UpdateSectionAlign(*out_sect, *in_sect); in mergeSections() 430 builder.UpdateSectionAlign(*target, *out_sect); in mergeSections()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | ObjectBuilder.h | 71 static void UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom); 74 static void UpdateSectionAlign(LDSection& pSection,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 632 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/ |
D | GNULDBackend.cpp | 1554 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()
|