Lines Matching refs:setError
188 setError("EOF expected, but got " + next()); in readDynamicList()
192 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
203 setError("EOF expected, but got " + next()); in readVersionScript()
215 setError("anonymous version definition is used in " in readVersionScriptCommand()
269 setError("unknown directive: " + tok); in readLinkerScript()
279 setError("EOF expected, but got " + next()); in readDefsym()
327 setError("unable to find " + s); in addFile()
369 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
378 setError("cannot find linker script " + tok); in readInclude()
443 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
474 setError("unexpected header attribute: " + next()); in readPhdrs()
489 setError("redefinition of memory region '" + alias + "'"); in readRegionAlias()
491 setError("memory region '" + name + "' is not defined"); in readRegionAlias()
577 setError("expected AFTER/BEFORE, but got '" + next() + "'"); in readSections()
598 setError("unknown target: " + tok); in readTarget()
671 setError("section pattern is expected"); in readInputSectionsList()
804 setError("unknown section directive: " + peek2()); in readSectionAddressType()
876 setError("( expected, but got " + peek()); in readOutputSectionDescription()
938 setError("filler expression result does not fit 32-bit: 0x" + in readFill()
1100 setError("unknown constant: " + s); in readConstant()
1200 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1206 setError("expected & or )"); in readInputSectionFlags()
1332 setError("memory region not defined: " + name); in readPrimary()
1368 setError("memory region not defined: " + name); in readPrimary()
1402 setError("malformed number: " + tok); in readPrimary()
1455 setError("invalid program header type: " + tok); in readPhdrType()
1544 setError("Unknown language"); in readVersionExtern()
1564 setError("expected one of: " + s1 + ", " + s2 + ", or " + s3); in readMemoryAssignment()
1599 setError("region '" + tok + "' already defined"); in readMemory()
1622 setError("invalid memory region attribute"); in readMemoryAttributes()