Searched refs:SECTIONS (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptCommand.h33 SECTIONS enumerator in enum:mcld::ScriptCommand::Kind
H A DSectionsCmd.h23 * \brief This class defines the interfaces to SECTIONS command.
55 return pCmd->getKind() == ScriptCommand::SECTIONS;
/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp20 SectionsCmd::SectionsCmd() : ScriptCommand(ScriptCommand::SECTIONS) {
31 mcld::outs() << "SECTIONS\n{\n";
H A DScriptParser.yy115 /* SECTIONS Command */
116 %token SECTIONS
300 SECTIONS
307 sections_command : SECTIONS
H A DScriptScanner.ll104 /* SECTIONS Command */
105 <LDSCRIPT>"SECTIONS" { return token::SECTIONS; }

Completed in 85 milliseconds