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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 760 LDSection& bss_sect = file_format->getBSS(); local
765 if (bss_sect.hasSectionData())
766 bss_sect_data = bss_sect.getSectionData();
768 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
777 uint64_t bss_offset = bss_sect.size();
897 bss_sect.setSize(bss_offset);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 595 LDSection& bss_sect = file_format->getBSS(); local
600 if (bss_sect.hasSectionData())
601 bss_sect_data = bss_sect.getSectionData();
603 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
612 uint64_t bss_offset = bss_sect.size();
638 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
665 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
670 bss_sect.setSize(bss_offset);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1517 LDSection& bss_sect = file_format->getBSS(); local
    [all...]

Completed in 981 milliseconds