Searched refs:tbss_sect (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp529 LDSection& tbss_sect = file_format->getTBSS(); local
539 if (tbss_sect.hasSectionData())
540 tbss_sect_data = tbss_sect.getSectionData();
542 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
546 uint64_t tbss_offset = tbss_sect.size();
566 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
596 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
610 tbss_sect.setSize(tbss_offset);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp771 LDSection& tbss_sect = file_format->getTBSS(); local
781 if (tbss_sect.hasSectionData())
782 tbss_sect_data = tbss_sect.getSectionData();
784 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
788 uint64_t tbss_offset = tbss_sect.size();
922 tbss_sect.setSize(tbss_offset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1581 LDSection& tbss_sect = file_format->getTBSS(); local
1591 if (tbss_sect.hasSectionData())
1592 tbss_sect_data = tbss_sect.getSectionData();
1594 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
1598 uint64_t tbss_offset = tbss_sect.size();
1618 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
1647 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
1660 tbss_sect.setSize(tbss_offset);

Completed in 1172 milliseconds