Home
last modified time | relevance | path

Searched defs:Epilog (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h107 struct Epilog { struct
108 bool hasRegion() const { return m_pRegion != NULL; } in hasRegion()
132 bool operator==(const Epilog& pRHS) const { argument
147 const std::string* m_pRegion;
148 const std::string* m_pLMARegion;
149 StringList* m_pPhdrs;
150 RpnExpr* m_pFillExp;
/aosp12/system/core/fastboot/
H A Dfastboot.cpp224 static void Epilog(int status) { in Epilog() function