Searched defs:m_MaxSectionAlign (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h107 { return std::max(m_Align, m_MaxSectionAlign); }
144 if (pSection->align() > m_MaxSectionAlign)
145 m_MaxSectionAlign = pSection->align();
158 uint64_t m_MaxSectionAlign; // max alignment of the sections in this segment member in class:mcld::ELFSegment

Completed in 275 milliseconds