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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 529 LDSection& tbss_sect = file_format->getTBSS(); local
539 if (tbss_sect.hasSectionData())
540 tbss_sect_data = tbss_sect.getSectionData();
542 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
546 uint64_t tbss_offset = tbss_sect.size();
566 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
596 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
610 tbss_sect.setSize(tbss_offset);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 771 LDSection& tbss_sect = file_format->getTBSS(); local
781 if (tbss_sect.hasSectionData())
782 tbss_sect_data = tbss_sect.getSectionData();
784 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
788 uint64_t tbss_offset = tbss_sect.size();
922 tbss_sect.setSize(tbss_offset);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1581 LDSection& tbss_sect = file_format->getTBSS(); local
    [all...]

Completed in 381 milliseconds