Home
last modified time | relevance | path

Searched refs:m_MaxSectionAlign (Results 1 – 2 of 2) sorted by relevance

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