HomeSort by relevance Sort by last modified time
    Searched refs:DSECT (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 33 DSECT,
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 54 case DSECT:
55 mcld::outs() << "(DSECT)";
ScriptParser.yy 164 %token DSECT
396 | DSECT
397 { $$ = OutputSectDesc::DSECT; }
ScriptScanner.ll 149 <LDSCRIPT,EXPRESSION>"DSECT" { return token::DSECT; }

Completed in 72 milliseconds