Lines Matching full:identifier
403 /// ::= .desc identifier , expression
407 return TokError("expected identifier in directive");
409 // Handle the identifier as the key symbol.
432 /// ::= .indirect_symbol identifier
445 return TokError("expected identifier in .indirect_symbol directive");
515 /// ::= .lsym identifier , expression
519 return TokError("expected identifier in directive");
521 // Handle the identifier as the key symbol.
545 /// ::= .section identifier (',' identifier)*
551 return Error(Loc, "expected identifier after '.section' directive");
592 /// ::= .pushsection identifier (',' identifier)*
690 /// ::= .tbss identifier, size, align
695 return TokError("expected identifier in directive");
697 // Handle the identifier as the key symbol.
745 /// ::= .zerofill segname , sectname [, identifier , size_expression [
778 return TokError("expected identifier in directive");
780 // handle the identifier as the key symbol.