Lines Matching refs:setError

189     setError("EOF expected, but got " + next());  in readDynamicList()
193 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
204 setError("EOF expected, but got " + next()); in readVersionScript()
216 setError("anonymous version definition is used in " in readVersionScriptCommand()
272 setError("unknown directive: " + tok); in readLinkerScript()
282 setError("EOF expected, but got " + next()); in readDefsym()
294 setError("cannot find " + s + " inside " + config->sysroot); in addFile()
331 setError("unable to find " + s); in addFile()
373 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
382 setError("cannot find linker script " + tok); in readInclude()
463 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
488 setError("unexpected header attribute: " + next()); in readPhdrs()
503 setError("redefinition of memory region '" + alias + "'"); in readRegionAlias()
505 setError("memory region '" + name + "' is not defined"); in readRegionAlias()
597 setError("expected AFTER/BEFORE, but got '" + next() + "'"); in readSections()
621 setError("unknown target: " + tok); in readTarget()
694 setError("section pattern is expected"); in readInputSectionsList()
827 setError("unknown section directive: " + peek2()); in readSectionAddressType()
899 setError("( expected, but got " + peek()); in readOutputSectionDescription()
961 setError("filler expression result does not fit 32-bit: 0x" + in readFill()
1124 setError("unknown constant: " + s); in readConstant()
1224 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1230 setError("expected & or )"); in readInputSectionFlags()
1363 setError("memory region not defined: " + name); in readPrimary()
1399 setError("memory region not defined: " + name); in readPrimary()
1434 setError("malformed number: " + tok); in readPrimary()
1487 setError("invalid program header type: " + tok); in readPhdrType()
1575 setError("Unknown language"); in readVersionExtern()
1595 setError("expected one of: " + s1 + ", " + s2 + ", or " + s3); in readMemoryAssignment()
1630 setError("region '" + tok + "' already defined"); in readMemory()
1653 setError("invalid memory region attribute"); in readMemoryAttributes()