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

  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 33 DSECT,
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 53 case DSECT:
54 mcld::outs() << "(DSECT)";
ScriptParser.yy 167 %token DSECT
407 | DSECT
408 { $$ = OutputSectDesc::DSECT; }
ScriptScanner.ll 156 <LDSCRIPT,EXPRESSION>"DSECT" { return token::DSECT; }
  /toolchain/binutils/binutils-2.27/gold/
yyscript.y 131 %token DSECT
429 | DSECT
431 yyerror(closure, "DSECT section type is unsupported");
script.cc     [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldgram.y 140 %token NOLOAD DSECT COPY INFO OVERLAY
1118 | DSECT { sectype = noalloc_section; }
ldlex.l 309 <EXPRESSION,BOTH,SCRIPT>"DSECT" { RTOKEN(DSECT);}

Completed in 175 milliseconds