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

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

Completed in 169 milliseconds