Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h32 NOLOAD, enumerator
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp50 case NOLOAD: in dump()
DScriptParser.yy166 %token NOLOAD
405 type : NOLOAD
406 { $$ = OutputSectDesc::NOLOAD; }
DScriptScanner.ll155 <LDSCRIPT,EXPRESSION>"NOLOAD" { return token::NOLOAD; }
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2156 if ((*out)->prolog().type() == OutputSectDesc::NOLOAD) { in setOutputSectionAddress()