Lines Matching refs:setError
194 setError("EOF expected, but got " + next()); in readDynamicList()
198 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
209 setError("EOF expected, but got " + next()); in readVersionScript()
221 setError("anonymous version definition is used in " in readVersionScriptCommand()
277 setError("unknown directive: " + tok); in readLinkerScript()
287 setError("EOF expected, but got " + next()); in readDefsym()
299 setError("cannot find " + s + " inside " + config->sysroot); in addFile()
336 setError("unable to find " + s); in addFile()
378 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
387 setError("cannot find linker script " + tok); in readInclude()
469 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
494 setError("unexpected header attribute: " + next()); in readPhdrs()
509 setError("redefinition of memory region '" + alias + "'"); in readRegionAlias()
511 setError("memory region '" + name + "' is not defined"); in readRegionAlias()
611 setError("expected AFTER/BEFORE, but got '" + next() + "'"); in readSections()
635 setError("unknown target: " + tok); in readTarget()
710 setError("section pattern is expected"); in readInputSectionsList()
838 setError("unknown section type " + value); in readSectionDirective()
873 setError("unknown section directive: " + peek2()); in readSectionAddressType()
946 setError("( expected, but got " + peek()); in readOutputSectionDescription()
953 setError("expected filename pattern"); in readOutputSectionDescription()
1010 setError("filler expression result does not fit 32-bit: 0x" + in readFill()
1022 setError("= expected, but got " + next()); in readProvideHidden()
1217 setError("unknown constant: " + s); in readConstant()
1317 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1323 setError("expected & or )"); in readInputSectionFlags()
1459 setError("memory region not defined: " + name); in readPrimary()
1495 setError("memory region not defined: " + name); in readPrimary()
1531 setError("malformed number: " + tok); in readPrimary()
1586 setError("invalid program header type: " + tok); in readPhdrType()
1674 setError("Unknown language"); in readVersionExtern()
1694 setError("expected one of: " + s1 + ", " + s2 + ", or " + s3); in readMemoryAssignment()
1732 setError("region '" + tok + "' already defined"); in readMemory()
1760 setError("invalid memory region attribute"); in readMemoryAttributes()