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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp518 LDSection* bss_sect = &pLinker.getOrCreateOutputSectHdr(".bss", local
546 assert(NULL != bss_sect && NULL != tbss_sect);
549 SectionData& bss_sect_data = pLinker.getOrCreateSectData(*bss_sect);
553 uint64_t bss_offset = bss_sect->size();
611 bss_sect->setSize(bss_offset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1286 LDSection* bss_sect = &pLinker.getOrCreateOutputSectHdr(".bss", local
1297 assert(NULL != bss_sect && NULL !=tbss_sect);
1300 SectionData& bss_sect_data = pLinker.getOrCreateSectData(*bss_sect);
1304 uint64_t bss_offset = bss_sect->size();
1360 bss_sect->setSize(bss_offset);

Completed in 188 milliseconds