Searched refs:NOLOAD (Results 1 – 5 of 5) sorted by relevance
32 NOLOAD, enumerator
50 case NOLOAD: in dump()
166 %token NOLOAD405 type : NOLOAD406 { $$ = OutputSectDesc::NOLOAD; }
155 <LDSCRIPT,EXPRESSION>"NOLOAD" { return token::NOLOAD; }
2156 if ((*out)->prolog().type() == OutputSectDesc::NOLOAD) { in setOutputSectionAddress()