Lines Matching refs:setError
204 setError("EOF expected, but got " + next()); in readDynamicList()
208 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
219 setError("EOF expected, but got " + next()); in readVersionScript()
231 setError("anonymous version definition is used in " in readVersionScriptCommand()
291 setError("unknown directive: " + tok); in readLinkerScript()
301 setError("EOF expected, but got " + next()); in readDefsym()
325 setError("cannot find " + s + " inside " + config->sysroot); in addFile()
362 setError("unable to find " + s); in addFile()
404 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
413 setError("cannot find linker script " + tok); in readInclude()
508 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
533 setError("unexpected header attribute: " + next()); in readPhdrs()
548 setError("redefinition of memory region '" + alias + "'"); in readRegionAlias()
550 setError("memory region '" + name + "' is not defined"); in readRegionAlias()
659 setError("expected AFTER/BEFORE, but got '" + next() + "'"); in readSections()
683 setError("unknown target: " + tok); in readTarget()
759 setError("section pattern is expected"); in readInputSectionsList()
770 setError("section pattern is expected"); in readInputSectionsList()
893 setError("unknown section type " + value); in readSectionDirective()
934 setError("unknown section directive: " + tok); in readSectionAddressType()
1010 setError("( expected, but got " + peek()); in readOutputSectionDescription()
1017 setError("expected filename pattern"); in readOutputSectionDescription()
1074 setError("filler expression result does not fit 32-bit: 0x" + in readFill()
1086 setError("= expected, but got " + next()); in readProvideHidden()
1289 setError("unknown constant: " + s); in readConstant()
1389 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1395 setError("expected & or )"); in readInputSectionFlags()
1534 setError("memory region not defined: " + name); in readPrimary()
1570 setError("memory region not defined: " + name); in readPrimary()
1606 setError("malformed number: " + tok); in readPrimary()
1664 setError("invalid program header type: " + tok); in readPhdrType()
1752 setError("Unknown language"); in readVersionExtern()
1772 setError("expected one of: " + s1 + ", " + s2 + ", or " + s3); in readMemoryAssignment()
1810 setError("region '" + tok + "' already defined"); in readMemory()
1838 setError("invalid memory region attribute"); in readMemoryAttributes()