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 481 LDSection& tbss_sect = file_format->getTBSS(); local
491 if (tbss_sect.hasSectionData())
492 tbss_sect_data = tbss_sect.getSectionData();
494 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
498 uint64_t tbss_offset = tbss_sect.size();
517 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
544 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
556 tbss_sect.setSize(tbss_offset);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 730 LDSection& tbss_sect = file_format->getTBSS(); local
740 if (tbss_sect.hasSectionData())
741 tbss_sect_data = tbss_sect.getSectionData();
743 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
747 uint64_t tbss_offset = tbss_sect.size();
867 tbss_sect.setSize(tbss_offset);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1518 LDSection& tbss_sect = file_format->getTBSS(); local
    [all...]

Completed in 52 milliseconds