Home
last modified time | relevance | path

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

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