Lines Matching refs:TokError
165 return TokError("expected identifier in directive");
175 return TokError("unexpected token in directive");
202 return TokError("expected identifier in directive");
206 return TokError("unexpected token in directive");
214 return TokError("unexpected token in directive");
352 return TokError(".popsection without corresponding .pushsection");
365 return TokError("expected identifier in directive");
399 return TokError("expected string in directive");
408 return TokError("unknown flag");
414 return TokError("Section cannot specifiy a group name while also acting "
419 return TokError("Mergeable section must specify the type");
421 return TokError("Group section must specify the type");
429 return TokError("expected '@<type>', '%<type>' or \"<type>\"");
432 return TokError("expected identifier in directive");
436 return TokError("expected the entry size");
441 return TokError("entry size must be positive");
446 return TokError("expected group name");
456 return TokError("Linkage must be 'comdat'");
462 return TokError("expected identifier in directive");
464 return TokError("expected 'unique'");
466 return TokError("expected commma");
471 return TokError("unique id must be positive");
473 return TokError("unique id is too large");
480 return TokError("unexpected token in directive");
509 return TokError("unknown section type");
546 return TokError(".previous without corresponding .section");
574 return TokError("expected identifier in directive");
592 return TokError("expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', "
595 return TokError("expected STT_<TYPE_IN_UPPER_CASE>, '#<type>', '@<type>', "
607 return TokError("expected symbol type in directive");
614 return TokError("unexpected token in '.type' directive");
626 return TokError("unexpected token in '.ident' directive");
641 return TokError("expected identifier in directive");
644 return TokError("expected a comma");
657 return TokError("expected identifier in directive");
660 return TokError("expected a '@' in the name");
674 return TokError("unexpected token in '.version' directive");
701 return TokError("expected identifier in directive");
704 return TokError("expected a comma");
710 return TokError("expected identifier in directive");
728 return TokError("unexpected token in directive");