Searched refs:NOLOAD (Results 1 – 5 of 5) sorted by relevance
32 NOLOAD, enumerator
51 case NOLOAD: in dump()
163 %token NOLOAD394 type : NOLOAD395 { $$ = OutputSectDesc::NOLOAD; }
148 <LDSCRIPT,EXPRESSION>"NOLOAD" { return token::NOLOAD; }
2259 if ((*out)->prolog().type() == OutputSectDesc::NOLOAD) { in setOutputSectionAddress()