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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 528 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/
HexagonLDBackend.cpp 770 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);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1580 LDSection& bss_sect = file_format->getBSS(); local
    [all...]

Completed in 69 milliseconds