Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp89 case ONLY_IF_RO: in dump()
DScriptParser.yy176 %token ONLY_IF_RO
437 opt_constraint : ONLY_IF_RO
438 { $$ = OutputSectDesc::ONLY_IF_RO; }
DScriptScanner.ll165 <LDSCRIPT>"ONLY_IF_RO" { return token::ONLY_IF_RO; }
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h39 enum Constraint { NO_CONSTRAINT, ONLY_IF_RO, ONLY_IF_RW }; enumerator
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2368 case OutputSectDesc::ONLY_IF_RO: in placeOutputSections()