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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp528 LDSection& bss_sect = file_format->getBSS(); local
533 if (bss_sect.hasSectionData())
534 bss_sect_data = bss_sect.getSectionData();
536 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
545 uint64_t bss_offset = bss_sect.size();
574 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
604 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
609 bss_sect.setSize(bss_offset);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp770 LDSection& bss_sect = file_format->getBSS(); local
775 if (bss_sect.hasSectionData())
776 bss_sect_data = bss_sect.getSectionData();
778 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
787 uint64_t bss_offset = bss_sect.size();
921 bss_sect.setSize(bss_offset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1580 LDSection& bss_sect = file_format->getBSS(); local
1585 if (bss_sect.hasSectionData())
1586 bss_sect_data = bss_sect.getSectionData();
1588 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
1597 uint64_t bss_offset = bss_sect.size();
1625 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
1654 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
1659 bss_sect.setSize(bss_offset);

Completed in 201 milliseconds