Home | History | Annotate | Download | only in Target

Lines Matching refs:ObjectBuilder

34 #include "mcld/Object/ObjectBuilder.h"
181 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) {
1552 tbss_offset += ObjectBuilder::AppendFragment(
1554 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
1557 bss_offset += ObjectBuilder::AppendFragment(
1559 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
1578 tbss_offset += ObjectBuilder::AppendFragment(
1580 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
1583 bss_offset += ObjectBuilder::AppendFragment(
1585 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());