OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 7505 milliseconds