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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 77 { return std::max(m_Align, m_MaxSectionAlign); }
118 if (pSection->align() > m_MaxSectionAlign)
119 m_MaxSectionAlign = pSection->align();
132 uint64_t m_MaxSectionAlign; // max alignment of the sections in this segment
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 32 m_MaxSectionAlign(pMaxSectAlign) {

Completed in 246 milliseconds