Home
last modified time | relevance | path

Searched refs:m_Epilog (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp114 if (m_Epilog.hasRegion()) in dump()
115 mcld::outs() << "\t>" << m_Epilog.region(); in dump()
116 if (m_Epilog.hasLMARegion()) in dump()
117 mcld::outs() << "\tAT>" << m_Epilog.lmaRegion(); in dump()
119 if (m_Epilog.hasPhdrs()) { in dump()
120 for (StringList::const_iterator it = m_Epilog.phdrs().begin(), in dump()
121 ie = m_Epilog.phdrs().end(); in dump()
129 if (m_Epilog.hasFillExp()) { in dump()
131 m_Epilog.fillExp().dump(); in dump()
149 m_Epilog.m_pRegion = pEpilog.m_pRegion; in setEpilog()
[all …]
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h82 const OutputSectDesc::Epilog& epilog() const { return m_Epilog; } in epilog()
83 OutputSectDesc::Epilog& epilog() { return m_Epilog; } in epilog()
131 OutputSectDesc::Epilog m_Epilog; variable
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp83 m_Epilog.m_pRegion = NULL; in Output()
84 m_Epilog.m_pLMARegion = NULL; in Output()
85 m_Epilog.m_pPhdrs = NULL; in Output()
86 m_Epilog.m_pFillExp = NULL; in Output()
98 m_Epilog(pOutputDesc.epilog()), in Output()
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h193 const Epilog& epilog() const { return m_Epilog; } in epilog()
199 Epilog m_Epilog; variable