Searched refs:ONLY_IF_RW (Results 1 – 5 of 5) sorted by relevance
39 enum Constraint { NO_CONSTRAINT, ONLY_IF_RO, ONLY_IF_RW }; enumerator
92 case ONLY_IF_RW: in dump()
177 %token ONLY_IF_RW439 | ONLY_IF_RW440 { $$ = OutputSectDesc::ONLY_IF_RW; }
166 <LDSCRIPT>"ONLY_IF_RW" { return token::ONLY_IF_RW; }
2371 case OutputSectDesc::ONLY_IF_RW: in placeOutputSections()