Lines Matching refs:OutputSectDesc
31 #include "mcld/Script/OutputSectDesc.h"
74 OutputSectDesc::Prolog output_prolog;
75 OutputSectDesc::Type output_type;
76 OutputSectDesc::Constraint output_constraint;
77 OutputSectDesc::Epilog output_epilog;
400 { $$ = OutputSectDesc::LOAD; }
402 { $$ = OutputSectDesc::LOAD; }
406 { $$ = OutputSectDesc::NOLOAD; }
408 { $$ = OutputSectDesc::DSECT; }
410 { $$ = OutputSectDesc::COPY; }
412 { $$ = OutputSectDesc::INFO; }
414 { $$ = OutputSectDesc::OVERLAY; }
438 { $$ = OutputSectDesc::ONLY_IF_RO; }
440 { $$ = OutputSectDesc::ONLY_IF_RW; }
442 { $$ = OutputSectDesc::NO_CONSTRAINT; }