Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp595 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local
600 if (bss_sect.hasSectionData()) in allocateCommonSymbols()
601 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols()
603 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()
612 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols()
638 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
665 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
670 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp760 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local
765 if (bss_sect.hasSectionData()) in allocateCommonSymbols()
766 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols()
768 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()
777 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols()
897 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1517 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local
1522 if (bss_sect.hasSectionData()) in allocateCommonSymbols()
1523 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols()
1525 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()
1534 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols()
1559 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
1585 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
1590 bss_sect.setSize(bss_offset); in allocateCommonSymbols()