Searched refs:bss_sect (Results 1 – 2 of 2) sorted by relevance
635 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local640 if (bss_sect.hasSectionData()) in allocateCommonSymbols()641 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols()643 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()652 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols()710 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
1569 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local1574 if (bss_sect.hasSectionData()) in allocateCommonSymbols()1575 bss_sect_data = bss_sect.getSectionData(); in allocateCommonSymbols()1577 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()1586 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols()1642 bss_sect.setSize(bss_offset); in allocateCommonSymbols()