Searched refs:readSectionDirective (Results 1 – 1 of 1) sorted by relevance
93 bool readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2);818 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) { in readSectionDirective() function in ScriptParser866 bool isDirective = readSectionDirective(cmd, peek(), peek2()); in readSectionAddressType()872 if (peek() == "(" && !readSectionDirective(cmd, "(", peek2())) in readSectionAddressType()