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