Lines Matching refs:setError

197     setError("EOF expected, but got " + next());  in readDynamicList()
201 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
212 setError("EOF expected, but got " + next()); in readVersionScript()
224 setError("anonymous version definition is used in " in readVersionScriptCommand()
280 setError("unknown directive: " + tok); in readLinkerScript()
290 setError("EOF expected, but got " + next()); in readDefsym()
303 setError("cannot find " + s + " inside " + config->sysroot); in addFile()
340 setError("unable to find " + s); in addFile()
382 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
391 setError("cannot find linker script " + tok); in readInclude()
477 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
502 setError("unexpected header attribute: " + next()); in readPhdrs()
517 setError("redefinition of memory region '" + alias + "'"); in readRegionAlias()
519 setError("memory region '" + name + "' is not defined"); in readRegionAlias()
628 setError("expected AFTER/BEFORE, but got '" + next() + "'"); in readSections()
652 setError("unknown target: " + tok); in readTarget()
729 setError("section pattern is expected"); in readInputSectionsList()
857 setError("unknown section type " + value); in readSectionDirective()
892 setError("unknown section directive: " + peek2()); in readSectionAddressType()
967 setError("( expected, but got " + peek()); in readOutputSectionDescription()
974 setError("expected filename pattern"); in readOutputSectionDescription()
1031 setError("filler expression result does not fit 32-bit: 0x" + in readFill()
1043 setError("= expected, but got " + next()); in readProvideHidden()
1245 setError("unknown constant: " + s); in readConstant()
1345 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1351 setError("expected & or )"); in readInputSectionFlags()
1490 setError("memory region not defined: " + name); in readPrimary()
1526 setError("memory region not defined: " + name); in readPrimary()
1562 setError("malformed number: " + tok); in readPrimary()
1615 setError("invalid program header type: " + tok); in readPhdrType()
1703 setError("Unknown language"); in readVersionExtern()
1723 setError("expected one of: " + s1 + ", " + s2 + ", or " + s3); in readMemoryAssignment()
1761 setError("region '" + tok + "' already defined"); in readMemory()
1789 setError("invalid memory region attribute"); in readMemoryAttributes()