Lines Matching refs:consume

223   if (consume("{")) {  in readVersionScriptCommand()
310 while (!errorCount() && !consume(")")) in readNoCrossRefs()
371 while (!errorCount() && !consume(")")) in readAsNeeded()
387 while (!errorCount() && !consume(")")) in readExtern()
418 while (!errorCount() && !consume(")")) { in readInput()
419 if (consume("AS_NEEDED")) in readInput()
438 while (!errorCount() && !consume(")")) in readOutputArch()
482 if (!consume(")")) { in readOutputFormat()
491 consume(")"); in readOutputFormat()
518 while (!errorCount() && !consume("}")) { in readPhdrs()
523 while (!errorCount() && !consume(";")) { in readPhdrs()
524 if (consume("FILEHDR")) in readPhdrs()
526 else if (consume("PHDRS")) in readPhdrs()
528 else if (consume("AT")) in readPhdrs()
530 else if (consume("FLAGS")) in readPhdrs()
568 if (consume(":")) { in readOverlay()
577 consume("AT") ? readParenExpr() : [] { return script->getDot(); }; in readOverlay()
582 while (!errorCount() && !consume("}")) { in readOverlay()
616 while (!errorCount() && !consume("}")) in readOverwriteSections()
623 while (!errorCount() && !consume("}")) { in readSections()
650 if (atEOF() || !consume("INSERT")) { in readSections()
656 if (consume("AFTER")) in readSections()
658 else if (!consume("BEFORE")) in readSections()
705 while (!errorCount() && !consume(")")) in readFilePatterns()
744 if (consume("EXCLUDE_FILE")) { in readInputSectionsList()
793 while (!errorCount() && !consume(")")) { in readInputSectionRules()
830 if (consume("INPUT_SECTION_FLAGS")) in readInputSectionDescription()
881 if (consume("NOLOAD")) { in readSectionDirective()
884 } else if (consume("TYPE")) { in readSectionDirective()
919 if (consume("(")) { in readSectionAddressType()
930 if (consume("(")) { in readSectionAddressType()
953 while (!errorCount() && !consume("}")) { in readOverlaySectionDescription()
956 if (consume("INPUT_SECTION_FLAGS")) in readOverlaySectionDescription()
979 if (consume("AT")) in readOutputSectionDescription()
981 if (consume("ALIGN")) in readOutputSectionDescription()
983 if (consume("SUBALIGN")) in readOutputSectionDescription()
987 if (consume("ONLY_IF_RO")) in readOutputSectionDescription()
989 if (consume("ONLY_IF_RW")) in readOutputSectionDescription()
993 while (!errorCount() && !consume("}")) { in readOutputSectionDescription()
1033 if (consume(">")) in readOutputSectionDescription()
1036 if (consume("AT")) { in readOutputSectionDescription()
1048 consume("="); in readOutputSectionDescription()
1054 consume(","); in readOutputSectionDescription()
1391 if (consume(")")) in readInputSectionFlags()
1393 if (!consume("&")) { in readInputSectionFlags()
1427 if (consume("~")) { in readPrimary()
1431 if (consume("!")) { in readPrimary()
1435 if (consume("-")) { in readPrimary()
1465 if (consume(")")) { in readPrimary()
1720 if (consume("}")) in readSymbols()
1731 if (consume("extern")) { in readSymbols()
1760 if (consume("}")) in readVersionExtern()
1771 if (!consume(s1) && !consume(s2) && !consume(s3)) { in readMemoryAssignment()
1785 while (!errorCount() && !consume("}")) { in readMemory()
1796 if (consume("(")) { in readMemory()