Home
last modified time | relevance | path

Searched refs:ONLY_IF_RW (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h39 enum Constraint { NO_CONSTRAINT, ONLY_IF_RO, ONLY_IF_RW }; enumerator
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp92 case ONLY_IF_RW: in dump()
DScriptParser.yy177 %token ONLY_IF_RW
439 | ONLY_IF_RW
440 { $$ = OutputSectDesc::ONLY_IF_RW; }
DScriptScanner.ll166 <LDSCRIPT>"ONLY_IF_RW" { return token::ONLY_IF_RW; }
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2371 case OutputSectDesc::ONLY_IF_RW: in placeOutputSections()