Lines Matching refs:setError
186 setError("EOF expected, but got " + next()); in readDynamicList()
190 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
201 setError("EOF expected, but got " + next()); in readVersionScript()
213 setError("anonymous version definition is used in " in readVersionScriptCommand()
267 setError("unknown directive: " + Tok); in readLinkerScript()
277 setError("EOF expected, but got " + next()); in readDefsym()
308 setError("unable to find " + S); in addFile()
349 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
358 setError("cannot find linker script " + Tok); in readInclude()
420 setError("unknown output format name: " + Name); in readOutputFormat()
451 setError("unexpected header attribute: " + next()); in readPhdrs()
466 setError("redefinition of memory region '" + Alias + "'"); in readRegionAlias()
468 setError("memory region '" + Name + "' is not defined"); in readRegionAlias()
557 setError("expected AFTER/BEFORE, but got '" + next() + "'"); in readSections()
581 setError("unknown target: " + Tok); in readTarget()
645 setError("section pattern is expected"); in readInputSectionsList()
778 setError("unknown section directive: " + peek2()); in readSectionAddressType()
894 setError("invalid filler expression: " + Tok); in parseFill()
1055 setError("unknown constant: " + S); in readConstant()
1226 setError("memory region not defined: " + Name); in readPrimary()
1252 setError("memory region not defined: " + Name); in readPrimary()
1286 setError("malformed number: " + Tok); in readPrimary()
1339 setError("invalid program header type: " + Tok); in readPhdrType()
1443 setError("Unknown language"); in readVersionExtern()
1463 setError("expected one of: " + S1 + ", " + S2 + ", or " + S3); in readMemoryAssignment()
1498 setError("region '" + Tok + "' already defined"); in readMemory()
1521 setError("invalid memory region attribute"); in readMemoryAttributes()