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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 747 uint64_t tbss_offset = tbss_sect.size(); local
797 tbss_offset += ObjectBuilder::AppendFragment(
855 tbss_offset += ObjectBuilder::AppendFragment(
867 tbss_sect.setSize(tbss_offset);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 498 uint64_t tbss_offset = tbss_sect.size(); local
515 tbss_offset += ObjectBuilder::AppendFragment(
542 tbss_offset += ObjectBuilder::AppendFragment(
556 tbss_sect.setSize(tbss_offset);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1535 uint64_t tbss_offset = tbss_sect.size(); local
    [all...]

Completed in 2541 milliseconds