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

  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 36 m_MaxSectionAlign(0x0) {
48 m_MaxSectionAlign(0x0) {
79 if (pSection->align() > m_MaxSectionAlign)
80 m_MaxSectionAlign = pSection->align();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 66 uint64_t align() const { return std::max(m_Align, m_MaxSectionAlign); }
114 uint64_t m_MaxSectionAlign; // max alignment of the sections in this segment

Completed in 59 milliseconds