Home
last modified time | relevance | path

Searched refs:DSECT (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp53 case DSECT: in dump()
DScriptParser.yy167 %token DSECT
407 | DSECT
408 { $$ = OutputSectDesc::DSECT; }
DScriptScanner.ll156 <LDSCRIPT,EXPRESSION>"DSECT" { return token::DSECT; }
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h33 DSECT, enumerator