HomeSort by relevance Sort by last modified time
    Searched refs:bss_sect (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 635 LDSection& bss_sect = file_format->getBSS(); local
640 if (bss_sect.hasSectionData())
641 bss_sect_data = bss_sect.getSectionData();
643 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
652 uint64_t bss_offset = bss_sect.size();
710 bss_sect.setSize(bss_offset);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1569 LDSection& bss_sect = file_format->getBSS(); local
    [all...]

Completed in 487 milliseconds