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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp761 LDSection& tbss_sect = file_format->getTBSS(); local
771 if (tbss_sect.hasSectionData())
772 tbss_sect_data = tbss_sect.getSectionData();
774 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
778 uint64_t tbss_offset = tbss_sect.size();
898 tbss_sect.setSize(tbss_offset);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp596 LDSection& tbss_sect = file_format->getTBSS(); local
606 if (tbss_sect.hasSectionData())
607 tbss_sect_data = tbss_sect.getSectionData();
609 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
613 uint64_t tbss_offset = tbss_sect.size();
632 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
659 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
671 tbss_sect.setSize(tbss_offset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1518 LDSection& tbss_sect = file_format->getTBSS(); local
1528 if (tbss_sect.hasSectionData())
1529 tbss_sect_data = tbss_sect.getSectionData();
1531 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
1535 uint64_t tbss_offset = tbss_sect.size();
1554 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
1580 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
1591 tbss_sect.setSize(tbss_offset);

Completed in 76 milliseconds