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.cpp51 case NOLOAD: in dump()
DScriptParser.yy163 %token NOLOAD
394 type : NOLOAD
395 { $$ = OutputSectDesc::NOLOAD; }
DScriptScanner.ll148 <LDSCRIPT,EXPRESSION>"NOLOAD" { return token::NOLOAD; }
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2259 if ((*out)->prolog().type() == OutputSectDesc::NOLOAD) { in setOutputSectionAddress()