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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 780 SectionData* tbss_sect_data = NULL; local
782 tbss_sect_data = tbss_sect.getSectionData();
784 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
843 *tbss_sect_data,
908 *tbss_sect_data,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 538 SectionData* tbss_sect_data = NULL; local
540 tbss_sect_data = tbss_sect.getSectionData();
542 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
564 *tbss_sect_data,
594 *tbss_sect_data,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1590 SectionData* tbss_sect_data = NULL; local
    [all...]

Completed in 207 milliseconds