Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp635 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local
640 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()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1569 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols() local
1574 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()